diff --git a/client/utils.lua b/client/utils.lua index 4344584..66704bc 100644 --- a/client/utils.lua +++ b/client/utils.lua @@ -47,6 +47,7 @@ local width = 0.02 local height = width * GetAspectRatio(false) if drawZoneSprites == 0 then drawZoneSprites = -1 end +if drawZoneSprites == 1 then drawZoneSprites = 24 end ---@param coords vector3 ---@return CZone[], boolean