mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Fix scrubbers turning off.
This commit is contained in:
@@ -102,7 +102,7 @@
|
|||||||
if(stat & (NOPOWER|BROKEN))
|
if(stat & (NOPOWER|BROKEN))
|
||||||
return
|
return
|
||||||
if (!node)
|
if (!node)
|
||||||
on = 0
|
return 0 // Let's not shut it off, for now.
|
||||||
//broadcast_status()
|
//broadcast_status()
|
||||||
if(!on)
|
if(!on)
|
||||||
return 0
|
return 0
|
||||||
|
|||||||
Reference in New Issue
Block a user