Skip to content

Commit

Permalink
Fixed targeting & money add & remove.
Browse files Browse the repository at this point in the history
  • Loading branch information
PickleModifications committed May 26, 2023
1 parent 5edfaca commit 25e7353
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions bridge/target/qtarget/client.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ function AddTargetZone(coords, radius, options)
repeat
index = "prison_coord_" .. math.random(1, 999999999)
until not Zones[index]
for i=1, #options do
if options[i].onSelect then
options[i].action = options[i].onSelect
options[i].onSelect = nil
end
end
exports['qtarget']:AddBoxZone(index, coords, radius, radius, {
name = index,
heading = 0.0,
Expand Down

0 comments on commit 25e7353

Please sign in to comment.