diff --git a/server/events.lua b/server/events.lua index 1347e25..d543ca3 100644 --- a/server/events.lua +++ b/server/events.lua @@ -74,7 +74,7 @@ local function OnPlayerConnecting(name, setKickReason, deferrals) deferrals.done('No Valid Rockstar License Found') elseif isBanned then deferrals.done(Reason) - elseif isLicenseAlreadyInUse then + elseif isLicenseAlreadyInUse and QBCore.Config.Server.checkDuplicateLicense then deferrals.done('Duplicate Rockstar License Found') else deferrals.done()