7 lines
No EOL
142 B
Lua
7 lines
No EOL
142 B
Lua
hook.Add("InitPostEntityMap", "Adding", function()
|
|
|
|
|
|
for _, ent in pairs(ents.FindByClass("func_door_rotating")) do
|
|
ent:Remove()
|
|
end
|
|
end) |