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

6 lines
166 B
Lua

hook.Add("InitPostEntityMap", "Adding", function()
-- Removes a bunch of lag.
for _, ent in pairs(ents.FindByClass("func_smokevolume")) do ent:Remove() end
end)