#491 fixed ps table indexing for boiler/turbine online

This commit is contained in:
Mikayla Fischler
2024-05-16 22:06:53 -04:00
parent 41b7a68f3e
commit 9b8947fba2
2 changed files with 9 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ local iocontrol = require("pocket.iocontrol")
local pocket = require("pocket.pocket")
local renderer = require("pocket.renderer")
local POCKET_VERSION = "v0.9.0-alpha"
local POCKET_VERSION = "v0.9.1-alpha"
local println = util.println
local println_ts = util.println_ts