diff --git a/lua/gmod_integration/shared/sh_http.lua b/lua/gmod_integration/shared/sh_http.lua index f1b4da9..5bfec86 100644 --- a/lua/gmod_integration/shared/sh_http.lua +++ b/lua/gmod_integration/shared/sh_http.lua @@ -31,7 +31,8 @@ end local lastErrorMessages = 0 local function noTokenError() - if (curTime() - lastErrorMessages < 10) then return end + if CurTime() - lastErrorMessages < 5 then return end + lastErrorMessages = CurTime() gmInte.log("HTTP Failed: No token provided") end