#536 fix for clearing settings

This commit is contained in:
Mikayla
2024-08-20 20:52:38 +00:00
parent bee96ed12e
commit c323967b6a
10 changed files with 20 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.8.3"
local R_PLC_VERSION = "v1.8.4"
local println = util.println
local println_ts = util.println_ts