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