#396 fixed fractional connection timeouts being treated as invalid

This commit is contained in:
Mikayla Fischler
2023-12-30 20:25:57 -05:00
parent 1348b632a8
commit 08e670091a
4 changed files with 4 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.6.8"
local R_PLC_VERSION = "v1.6.9"
local println = util.println
local println_ts = util.println_ts