updated
This commit is contained in:
@@ -14,7 +14,7 @@ local function watch()
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
local function checkStatus()
|
function checkStatus()
|
||||||
local value = getValue()
|
local value = getValue()
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
@@ -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.")
|
||||||
|
|||||||
Reference in New Issue
Block a user