This commit is contained in:
2025-06-14 15:27:10 -04:00
parent c62b0ad81f
commit 0716382288
2 changed files with 2 additions and 2 deletions

View File

@@ -16,6 +16,6 @@ local function report()
monitor.setBackgroundColor(color)
value = getValue()
monitor.clearLine()
monitor.write("Turbine Steam Filled: " .. value .. "%")
monitor.write("Turbine Steam" .. value .. "%")
end
return { report = report, watch = watch }