#110, #114 no longer use mekanism energy helper functions as those are event consuming

This commit is contained in:
Mikayla Fischler
2022-11-02 17:00:33 -04:00
parent c620310e51
commit 1828920873
3 changed files with 3 additions and 38 deletions

View File

@@ -16,7 +16,7 @@ local config = require("coordinator.config")
local coordinator = require("coordinator.coordinator")
local renderer = require("coordinator.renderer")
local COORDINATOR_VERSION = "alpha-v0.6.1"
local COORDINATOR_VERSION = "alpha-v0.6.2"
local print = util.print
local println = util.println
@@ -298,9 +298,6 @@ while ui_ok do
renderer.handle_touch(core.events.touch(param1, param2, param3))
end
-- call unserviced TCD callbacks
tcallbackdsp.call_unserviced()
-- check for termination request
if event == "terminate" or ppm.should_terminate() then
println_ts("terminate requested, closing connections...")