From 08a725105bc5eac99f6e8b6e636d4cf7470ca549 Mon Sep 17 00:00:00 2001 From: Linden <65407488+thelindat@users.noreply.github.com> Date: Sat, 17 Dec 2022 06:21:22 +1100 Subject: [PATCH] fix(client/zones): disable marker rotation --- imports/zones/client.lua | 3 +-- resource/zoneCreator/client.lua | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/imports/zones/client.lua b/imports/zones/client.lua index 27e2cd2..2dde5e6 100644 --- a/imports/zones/client.lua +++ b/imports/zones/client.lua @@ -307,8 +307,7 @@ local function debugPoly(self) end local function debugSphere(self) - DrawMarker(28, self.coords.x, self.coords.y, self.coords.z, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, self.radius, self.radius, - self.radius, 255, 42, 24, 100, false, false, 0, true, false, false, false) + DrawMarker(28, self.coords.x, self.coords.y, self.coords.z, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, self.radius, self.radius, self.radius, 255, 42, 24, 100, false, false, 0, false, false, false, false) end local function contains(self, coords) diff --git a/resource/zoneCreator/client.lua b/resource/zoneCreator/client.lua index 29f936f..551bcae 100644 --- a/resource/zoneCreator/client.lua +++ b/resource/zoneCreator/client.lua @@ -193,7 +193,7 @@ local function startCreator(arg) drawLines() elseif zoneType == 'sphere' then - DrawMarker(28, xCoord, yCoord, zCoord, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, height, height, height, 255, 42, 24, 100, false, false, 0, true, false, false, false) + DrawMarker(28, xCoord, yCoord, zCoord, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, height, height, height, 255, 42, 24, 100, false, false, 0, false, false, false, false) end if controlsActive then