From 17bae6f3ee9aeb3628f37d9333d678a0fe663730 Mon Sep 17 00:00:00 2001 From: itzmarkoni Date: Sat, 14 Jun 2025 17:10:27 -0400 Subject: [PATCH] updated --- status_driver.lua | 2 +- turbine_driver.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/status_driver.lua b/status_driver.lua index 74297af..e1abab2 100644 --- a/status_driver.lua +++ b/status_driver.lua @@ -14,7 +14,7 @@ local function watch() end end -local function checkStatus() +function checkStatus() local value = getValue() end diff --git a/turbine_driver.lua b/turbine_driver.lua index 1b1ee53..a2df051 100644 --- a/turbine_driver.lua +++ b/turbine_driver.lua @@ -18,7 +18,7 @@ local function watch() end end -local function checkSteamLevel() +function checkSteamLevel() local value = getValue() if value > max then print("Warning: Steam above maximum! Taking action.")