Raise version check messages to hourly

This commit is contained in:
Jim Shield
2025-08-15 17:26:18 +01:00
parent 09887f3a9d
commit ceeb9021d9
2 changed files with 2 additions and 2 deletions

View File

@@ -87,7 +87,7 @@ function CheckVersion()
end
end
print("^1----------------------------------------------------------------------^7")
SetTimeout(1200000, function() CheckVersion() end)
SetTimeout(3600000, function() CheckVersion() end)
else
print("^7'^3"..script.."^7' - ^5You are running a newer version ^7(^3"..currentVersionRaw.."^7 ← ^3"..newestVersion.."^7)")
end