diff --git a/gamemodes/zombiesurvival/gamemode/sv_zombieescape.lua b/gamemodes/zombiesurvival/gamemode/sv_zombieescape.lua index a1fb633..f093fb2 100644 --- a/gamemodes/zombiesurvival/gamemode/sv_zombieescape.lua +++ b/gamemodes/zombiesurvival/gamemode/sv_zombieescape.lua @@ -7,6 +7,8 @@ if not GM.ZombieEscape then return end table.insert(GM.CleanupFilter, "func_brush") table.insert(GM.CleanupFilter, "env_global") +table.insert(GM.CleanupFilter, "info_player_terrorist") +table.insert(GM.CleanupFilter, "info_player_counterterrorist") -- We need to fix these important entities. hook.Add("EntityKeyValue", "zombieescape", function(ent, key, value)