mirror of
https://github.com/ND-Framework/ND_Core.git
synced 2026-08-17 05:56:01 +01:00
update: colon and events
This commit is contained in:
@@ -116,7 +116,7 @@ AddEventHandler("playerDropped", function()
|
||||
local src = source
|
||||
local char = ActivePlayers[src]
|
||||
if char then
|
||||
char:unload()
|
||||
char.unload()
|
||||
end
|
||||
PlayersInfo[src] = nil
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user