4 lines
135 B
Lua
4 lines
135 B
Lua
|
hook.Add("InitPostEntityMap", "MapProfile", function()
|
||
|
for _, ent in pairs(ents.FindByClass("func_physbox")) do ent:Remove() end
|
||
|
end)
|