mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-08-29 02:01:33 +00:00
fix(server/events): remove unused variable
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ end)
|
||||
|
||||
-- Player Connecting
|
||||
|
||||
local function onPlayerConnecting(name, setKickReason, deferrals)
|
||||
local function onPlayerConnecting(name, _, deferrals)
|
||||
local src = source
|
||||
local license
|
||||
local identifiers = GetPlayerIdentifiers(src)
|
||||
|
||||
Reference in New Issue
Block a user