zombiesurvival-evolved/gamemodes/zombiesurvival/gamemode/maps/zs_noir.lua
2014-10-01 20:49:54 -04:00

7 lines
134 B
Lua

hook.Add("InitPostEntityMap", "Adding", function()
for _, ent in pairs(ents.FindByClass("func_door")) do
ent:Remove()
end
end)