Skip to content

Commit

Permalink
Merge pull request #74 from Project-Sloth/revert-64-patch-1
Browse files Browse the repository at this point in the history
Revert "LSD Fix - Incorrect config"
  • Loading branch information
MonkeyWhisper authored Jun 29, 2022
2 parents 954bb43 + 1518132 commit e00e4bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/lsd.lua
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ end)
RegisterNetEvent('ps-drugprocessing:processingThiChlo', function()
local coords = GetEntityCoords(PlayerPedId(source))

if #(coords-Config.CircleZones.thionylchlorideProcessing.coords) < 5 then
if #(coords-coordsConfig.CircleZones.thionylchlorideProcessing.coords) < 5 then
if not isProcessing then
QBCore.Functions.TriggerCallback('ps-drugprocessing:validate_items', function(result)
if result then
Expand Down

0 comments on commit e00e4bb

Please sign in to comment.