From 17b53a6695c2a4eb1528d4612c8441a49462e1ff Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Mon, 24 Feb 2025 18:46:08 +0900 Subject: [PATCH] . --- exp_legacy/module/modules/control/vlayer.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exp_legacy/module/modules/control/vlayer.lua b/exp_legacy/module/modules/control/vlayer.lua index 1e1b3ab7..0b6a241d 100644 --- a/exp_legacy/module/modules/control/vlayer.lua +++ b/exp_legacy/module/modules/control/vlayer.lua @@ -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