This commit is contained in:
2025-06-14 17:18:20 -04:00
parent 841f262dac
commit 4a29e59d52
6 changed files with 6 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ end
local function watch()
while true do
checkSteamLevel()
sleep(0.05) -- Update every tenth second
end
end