fixed reactor-plc configurator auth key displaying *** when not networked

This commit is contained in:
Mikayla Fischler
2024-04-14 19:08:19 -04:00
parent 4c9efc78b1
commit 48b91ac808
2 changed files with 3 additions and 3 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.7.7"
local R_PLC_VERSION = "v1.7.8"
local println = util.println
local println_ts = util.println_ts