mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-11 07:58:57 +01:00
Replaces Subsystems (mostly) with internal computing device (#7798)
This is for robots.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
if(ui)
|
||||
ui.close()
|
||||
return
|
||||
if(!apc_power(0) && !battery_power(0))
|
||||
if(!computer_use_power())
|
||||
if(ui)
|
||||
ui.close()
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user