5 lines
137 B
Lua
5 lines
137 B
Lua
hook.Add("InitPostEntityMap", "Adding", function()
|
|
|
|
|
|
for _, ent in pairs(ents.FindByClass("point_worldhint")) do ent:Remove() end
|
|
end)
|