Skip to content

Commit

Permalink
oops debug.
Browse files Browse the repository at this point in the history
  • Loading branch information
Randolio authored Apr 3, 2024
1 parent cf4add4 commit a05021d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ local function createZones()
name = k,
points = v.points,
thickness = 50,
debug = true,
debug = false,
onEnter = function(self)
zone = self.name
local vehicles = lib.callback.await('qb-occasions:server:getVehicles', false)
Expand Down

0 comments on commit a05021d

Please sign in to comment.