mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 03:25:23 +09:00
.
This commit is contained in:
@@ -535,7 +535,7 @@ local function handle_circuit_power_load()
|
||||
po = po + v.o
|
||||
end
|
||||
|
||||
return pi * 10000 / po
|
||||
return (pi * 10000 / po) or 0
|
||||
end
|
||||
|
||||
--- Get the statistics for the vlayer
|
||||
|
||||
Reference in New Issue
Block a user