fixes and cleanup

This commit is contained in:
Mikayla Fischler
2023-04-19 23:00:27 -04:00
parent a614b97d02
commit a843c8eb79
8 changed files with 11 additions and 10 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.1.8"
local R_PLC_VERSION = "v1.1.10"
local println = util.println
local println_ts = util.println_ts