mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-08-29 05:02:24 +00:00
Remove unneeded bracket
This commit is contained in:
+1
-1
@@ -54,7 +54,7 @@ local function onPlayerConnecting(name, setKickReason, deferrals)
|
||||
|
||||
Wait(2500)
|
||||
|
||||
deferrals.update(Lang:t('info.join_server'), name))
|
||||
deferrals.update(Lang:t('info.join_server'), name)
|
||||
|
||||
if not license then
|
||||
deferrals.done(Lang:t('error.no_valid_license'))
|
||||
|
||||
Reference in New Issue
Block a user