Added cleanupfilter for spawns in Zombie Escape
Some maps move the spawns for each level.
This commit is contained in:
parent
35513c24d0
commit
18a98a6110
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ if not GM.ZombieEscape then return end
|
||||||
|
|
||||||
table.insert(GM.CleanupFilter, "func_brush")
|
table.insert(GM.CleanupFilter, "func_brush")
|
||||||
table.insert(GM.CleanupFilter, "env_global")
|
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.
|
-- We need to fix these important entities.
|
||||||
hook.Add("EntityKeyValue", "zombieescape", function(ent, key, value)
|
hook.Add("EntityKeyValue", "zombieescape", function(ent, key, value)
|
||||||
|
|
Loading…
Reference in a new issue