mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-09-04 16:23:21 +00:00
Update player.lua
This commit is contained in:
+1
-1
@@ -139,7 +139,7 @@ function QBCore.Player.Logout(source)
|
||||
local src = source
|
||||
TriggerClientEvent('QBCore:Client:OnPlayerUnload', src)
|
||||
TriggerClientEvent('QBCore:Player:UpdatePlayerData', src)
|
||||
Citizen.Wait(200)
|
||||
Wait(200)
|
||||
QBCore.Players[src] = nil
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user