fix(server/events): remove unused variable

This commit is contained in:
BerkieBb
2022-07-23 23:40:46 +03:00
committed by GitHub
parent bdba42b649
commit 42bfdbefd8
+1 -1
View File
@@ -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)