Skip to content

Commit 1460769

Browse files
Merge pull request #64 from zWyzzzzz/patch-1
LSD Fix - Incorrect config
2 parents dcc6535 + ef3ceb8 commit 1460769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/lsd.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ end)
9393
RegisterNetEvent('ps-drugprocessing:processingThiChlo', function()
9494
local coords = GetEntityCoords(PlayerPedId(source))
9595

96-
if #(coords-coordsConfig.CircleZones.thionylchlorideProcessing.coords) < 5 then
96+
if #(coords-Config.CircleZones.thionylchlorideProcessing.coords) < 5 then
9797
if not isProcessing then
9898
QBCore.Functions.TriggerCallback('ps-drugprocessing:validate_items', function(result)
9999
if result then

0 commit comments

Comments
 (0)