updated all
This commit is contained in:
@@ -12,12 +12,7 @@ local function color()
|
||||
return colors.black
|
||||
end
|
||||
|
||||
-- local function watch()
|
||||
-- while true do
|
||||
-- checkSteamLevel()
|
||||
-- sleep(0.05) -- Update every tenth second
|
||||
-- end
|
||||
-- end
|
||||
|
||||
|
||||
local function checkSteamLevel()
|
||||
local value = getValue()
|
||||
@@ -40,10 +35,16 @@ local function checkSteamLevel()
|
||||
end
|
||||
end
|
||||
|
||||
local function watch()
|
||||
checkSteamLevel()
|
||||
end
|
||||
-- local function watch()
|
||||
-- checkSteamLevel()
|
||||
-- end
|
||||
|
||||
local function watch()
|
||||
while true do
|
||||
checkSteamLevel()
|
||||
sleep(0.05) -- Update every tenth second
|
||||
end
|
||||
end
|
||||
|
||||
local function report()
|
||||
local color = color()
|
||||
|
||||
Reference in New Issue
Block a user