forked from TeamUlysses/ulib
I can only count to four
This commit is contained in:
parent
fcaa4033ce
commit
6b26feb0e2
@ -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
|
||||
|
||||
|
@ -1 +1 @@
|
||||
1711265037
|
||||
1712359479
|
||||
|
Loading…
Reference in New Issue
Block a user