#371 fixed RTU configurator bug with empty peripherals or redstone, re-ordered settings load, added type checks

This commit is contained in:
Mikayla Fischler
2023-11-15 19:28:32 -05:00
parent 1fdf012f65
commit a048b0aa4a
5 changed files with 19 additions and 11 deletions

View File

@@ -18,7 +18,7 @@ local plc = require("reactor-plc.plc")
local renderer = require("reactor-plc.renderer")
local threads = require("reactor-plc.threads")
local R_PLC_VERSION = "v1.6.4"
local R_PLC_VERSION = "v1.6.5"
local println = util.println
local println_ts = util.println_ts