diff --git a/config/server.lua b/config/server.lua index 680202b39..292766b02 100644 --- a/config/server.lua +++ b/config/server.lua @@ -83,7 +83,7 @@ return { whitelist = false, -- Enable or disable whitelist on the server whitelistPermission = 'admin', -- Permission that's able to enter the server when the whitelist is on discord = '', -- Discord invite link - checkDuplicateLicense = false, -- Check for duplicate rockstar license on join + checkDuplicateLicense = true, -- Check for duplicate rockstar license on join permissions = { 'god', 'admin', 'mod' }, -- Add as many groups as you want here after creating them in your server.cfg },