mirror of
https://github.com/jimathy/jim_bridge.git
synced 2026-08-19 06:46:04 +01:00
Raise version check messages to hourly
This commit is contained in:
@@ -52,7 +52,7 @@ function CheckBridgeVersion()
|
|||||||
print((line:find("http") and "^7" or "^5")..line)
|
print((line:find("http") and "^7" or "^5")..line)
|
||||||
end
|
end
|
||||||
print("^1----------------------------------------------------------------------^7")
|
print("^1----------------------------------------------------------------------^7")
|
||||||
SetTimeout(1200000, function()
|
SetTimeout(3600000, function()
|
||||||
CheckBridgeVersion()
|
CheckBridgeVersion()
|
||||||
end)
|
end)
|
||||||
else
|
else
|
||||||
|
|||||||
@@ -87,7 +87,7 @@ function CheckVersion()
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
print("^1----------------------------------------------------------------------^7")
|
print("^1----------------------------------------------------------------------^7")
|
||||||
SetTimeout(1200000, function() CheckVersion() end)
|
SetTimeout(3600000, function() CheckVersion() end)
|
||||||
else
|
else
|
||||||
print("^7'^3"..script.."^7' - ^5You are running a newer version ^7(^3"..currentVersionRaw.."^7 ← ^3"..newestVersion.."^7)")
|
print("^7'^3"..script.."^7' - ^5You are running a newer version ^7(^3"..currentVersionRaw.."^7 ← ^3"..newestVersion.."^7)")
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user