We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcb1ff4 commit 4aa9c14Copy full SHA for 4aa9c14
server/events.lua
@@ -78,8 +78,8 @@ end
78
local function onPlayerConnecting(name, _, deferrals)
79
local src = source --[[@as string]]
80
local license = GetPlayerIdentifierByType(src, 'license2') or GetPlayerIdentifierByType(src, 'license')
81
- local userId = storage.fetchUserByIdentifier(license)
82
deferrals.defer()
+ local userId = storage.fetchUserByIdentifier(license)
83
84
-- Mandatory wait
85
Wait(0)
0 commit comments