Merge pull request #15 from CFC-Servers/fix-invalid-verison

fix invalid version
This commit is contained in:
plally 2022-09-06 20:34:10 -04:00 committed by GitHub
commit b01f62a8fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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