mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-09 22:25:46 +01:00
Makes all global variables handled by the GLOB controller (#13152)
* Handlers converted, now to fix 3532 compile errors * 3532 compile fixes later, got runtimes on startup * Well the server loads now atleast * Take 2 * Oops
This commit is contained in:
@@ -43,6 +43,6 @@
|
||||
data["poweravail"] = powernet.avail
|
||||
data["powerload"] = powernet.viewload
|
||||
data["powerdemand"] = powernet.load
|
||||
data["apcs"] = apc_repository.apc_data(powernet)
|
||||
data["apcs"] = GLOB.apc_repository.apc_data(powernet)
|
||||
|
||||
return data
|
||||
|
||||
Reference in New Issue
Block a user