Skip to content

Commit 4aa9c14

Browse files
authored
fix(server): Ban Checking (#670)
1 parent bcb1ff4 commit 4aa9c14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/events.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ end
7878
local function onPlayerConnecting(name, _, deferrals)
7979
local src = source --[[@as string]]
8080
local license = GetPlayerIdentifierByType(src, 'license2') or GetPlayerIdentifierByType(src, 'license')
81-
local userId = storage.fetchUserByIdentifier(license)
8281
deferrals.defer()
82+
local userId = storage.fetchUserByIdentifier(license)
8383

8484
-- Mandatory wait
8585
Wait(0)

0 commit comments

Comments
 (0)