#534 fixed PLC self-check UI problem

This commit is contained in:
Mikayla Fischler
2024-08-11 20:21:26 -04:00
parent 196e0b1daf
commit 50bd59781e
2 changed files with 23 additions and 21 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.2"
local R_PLC_VERSION = "v1.8.3"
local println = util.println
local println_ts = util.println_ts