same ppm fault check as with scram for enabling an enabled reactor

This commit is contained in:
Mikayla Fischler
2022-10-07 10:29:25 -04:00
parent d4da6a7f3a
commit 573c263548
2 changed files with 4 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ local config = require("reactor-plc.config")
local plc = require("reactor-plc.plc")
local threads = require("reactor-plc.threads")
local R_PLC_VERSION = "beta-v0.8.7"
local R_PLC_VERSION = "beta-v0.8.8"
local print = util.print
local println = util.println