#614 fixed reactor PLC self check when configured as not networked

This commit is contained in:
Mikayla Fischler
2025-04-03 22:56:54 -04:00
parent 1971153dae
commit d374967cb7
2 changed files with 7 additions and 4 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.8.19"
local R_PLC_VERSION = "v1.8.20"
local println = util.println
local println_ts = util.println_ts