don't disable self-check even if there is no config

This commit is contained in:
Mikayla Fischler
2024-07-28 16:41:39 -04:00
parent 9bffd6feee
commit bcc55628cf
4 changed files with 3 additions and 6 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.1"
local R_PLC_VERSION = "v1.8.2"
local println = util.println
local println_ts = util.println_ts