#81 handle force disabled

This commit is contained in:
Mikayla Fischler
2022-11-11 15:45:46 -05:00
parent 83cf645da4
commit c221ffa129
9 changed files with 62 additions and 12 deletions

View File

@@ -13,7 +13,7 @@ local config = require("reactor-plc.config")
local plc = require("reactor-plc.plc")
local threads = require("reactor-plc.threads")
local R_PLC_VERSION = "beta-v0.9.2"
local R_PLC_VERSION = "beta-v0.9.3"
local print = util.print
local println = util.println