feat(config): add duplicate license check config

This commit is contained in:
BerkieBb
2022-01-18 14:00:02 +01:00
committed by GitHub
parent edc914835d
commit c6b5063aaf
+1
View File
@@ -34,6 +34,7 @@ QBConfig.Server.uptime = 0 -- Time the server has been up.
QBConfig.Server.whitelist = false -- Enable or disable whitelist on the server
QBConfig.Server.pvp = true -- Enable or disable pvp on the server (Ability to shoot other players)
QBConfig.Server.discord = "" -- Discord invite link
QBConfig.Server.checkDuplicateLicense = true -- check for duplicate rockstar license on join
QBConfig.Server.PermissionList = {} -- permission list
QBConfig.Notify = {}