Skip to content

Commit

Permalink
fix(config/server): default checkDuplicateLicense back to true (#286
Browse files Browse the repository at this point in the history
)
  • Loading branch information
D4isDAVID committed Dec 17, 2023
1 parent 264c6f2 commit 8930090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/server.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
},

Expand Down

0 comments on commit 8930090

Please sign in to comment.