mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-18 22:22:09 +00:00
Farmbot can be turned off, not just on
This commit is contained in:
@@ -88,7 +88,7 @@
|
|||||||
|
|
||||||
switch(action)
|
switch(action)
|
||||||
if("power")
|
if("power")
|
||||||
if(!access_scanner.allowed(src))
|
if(!access_scanner.allowed(usr))
|
||||||
return FALSE
|
return FALSE
|
||||||
if(on)
|
if(on)
|
||||||
turn_off()
|
turn_off()
|
||||||
|
|||||||
Reference in New Issue
Block a user