This commit is contained in:
2025-06-14 17:10:27 -04:00
parent 2991495592
commit 17bae6f3ee
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ local function watch()
end end
end end
local function checkStatus() function checkStatus()
local value = getValue() local value = getValue()
end end

View File

@@ -18,7 +18,7 @@ local function watch()
end end
end end
local function checkSteamLevel() function checkSteamLevel()
local value = getValue() local value = getValue()
if value > max then if value > max then
print("Warning: Steam above maximum! Taking action.") print("Warning: Steam above maximum! Taking action.")