From d9285246d8959bf8e2b6426cefe14d47798d27bb Mon Sep 17 00:00:00 2001 From: Max Date: Fri, 13 Jun 2025 19:01:45 +0200 Subject: [PATCH] dj fix --- resources/[Developer]/[Max]/myDj/config.lua | 22 +-------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/resources/[Developer]/[Max]/myDj/config.lua b/resources/[Developer]/[Max]/myDj/config.lua index a16e07316..265326a00 100644 --- a/resources/[Developer]/[Max]/myDj/config.lua +++ b/resources/[Developer]/[Max]/myDj/config.lua @@ -49,24 +49,4 @@ Config.DJPositions = { volume = 1.0 --[[ do not touch the volume! --]] } -}, -Config.DJPositions = { - { - name = 'Cayo Perico Stage', - pos = vector3(4893.5195, -4904.9727, 3.4866), - requiredJob = nil, -- example: requiredJob = "dj" - range = 25.0, - volume = 1.0 --[[ do not touch the volume! --]] - } - -}, -Config.DJPositions = { - { - name = 'PHP / Autohaus', - pos = vector3(-928.5052, -2049.8372, 9.0510), - requiredJob = nil, -- example: requiredJob = "dj" - range = 25.0, - volume = 1.0 --[[ do not touch the volume! --]] - } - -}, +}