We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a218355 commit 59825a5Copy full SHA for 59825a5
1 file changed
modules/EntityHandler.lua
@@ -18,7 +18,6 @@ local function PlayerAdded(plr)
18
end
19
local function PlayerRemoving(plr)
20
entityHandler.PlayerRemoving:Fire(playerList[plr])
21
- task.wait()
22
playerList[plr] = nil
23
24
local function EntityAdded(ent)
@@ -27,7 +26,6 @@ local function EntityAdded(ent)
27
26
28
local function EntityRemoving(ent)
29
entityHandler.EntityRemoving:Fire(entityList[ent])
30
31
entityList[ent] = nil
32
33
0 commit comments