mirror of
https://github.com/ND-Framework/ND_Core.git
synced 2026-08-17 05:56:01 +01:00
fix: PlayersInfo not being set
This commit is contained in:
@@ -46,8 +46,9 @@ end
|
||||
|
||||
AddEventHandler("playerJoining", function(oldId)
|
||||
local src = source
|
||||
PlayersInfo[src] = tempPlayersInfo[oldId]
|
||||
tempPlayersInfo[oldId] = nil
|
||||
local oldTempId = tonumber(oldId)
|
||||
PlayersInfo[src] = tempPlayersInfo[oldTempId]
|
||||
tempPlayersInfo[oldTempId] = nil
|
||||
|
||||
if Config.multiCharacter then return end
|
||||
Wait(3000)
|
||||
|
||||
Reference in New Issue
Block a user