Would there be any way to edit this to include custom sbox_limits, for example I'm trying to limit sbox_max_acf_ammo so that new players can't spawn ammo, for fear of minges but later ranks can.
The only line I could find which might be the one to edit is in urs_server.lua:
local limittypes = { "vehicle","effect", "npc","ragdoll","prop","sent" }
Would I simply add in "acf_ammo" to that list?