mirror of
https://github.com/CFC-Servers/cfc_cl_http_whitelist.git
synced 2025-03-04 03:03:18 -05:00
Merge pull request #15 from CFC-Servers/fix-invalid-verison
fix invalid version
This commit is contained in:
commit
b01f62a8fc
@ -38,7 +38,7 @@ function CFCHTTP.mergeConfigs(old, new)
|
||||
end
|
||||
end
|
||||
else
|
||||
ErrorNoHalt("[CFC HTTP Restrictions] Invalid config version: " .. new.version)
|
||||
ErrorNoHalt("[CFC HTTP Restrictions] Invalid config version: " .. tostring(new.version))
|
||||
end
|
||||
|
||||
return old
|
||||
|
Loading…
Reference in New Issue
Block a user