I can only count to four

This commit is contained in:
SticklyMan 2024-04-05 17:24:39 -06:00
parent fcaa4033ce
commit 6b26feb0e2
2 changed files with 2 additions and 2 deletions

View File

@ -161,7 +161,7 @@ function ULib.updateCheck( name, url )
end
local function httpCheck( body, len, headers, httpCode )
if httpCode >= 200 and httpCode <= 299 then
if httpCode < 200 or httpCode > 299 then
return
end

View File

@ -1 +1 @@
1711265037
1712359479