mirror of
https://github.com/ND-Framework/ND_Core.git
synced 2026-08-21 07:32:50 +01:00
update: colon and events
This commit is contained in:
+1
-1
@@ -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