Added cleanupfilter for spawns in Zombie Escape

Some maps move the spawns for each level.
This commit is contained in:
Ben 2014-12-10 01:53:32 +00:00
parent 35513c24d0
commit 18a98a6110

View file

@ -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)