Skip to content
This repository has been archived by the owner on Dec 19, 2022. It is now read-only.

Commit

Permalink
Update client.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
xtrsyz authored Apr 12, 2022
1 parent 77cfd8f commit 891b536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.lua
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ local function DrawTarget()
local wait
while targetActive do
wait = 500
for k, zone in pairs(listSprite) do
for _, zone in pairs(listSprite) do
wait = 0
SetDrawOrigin(zone.center.x, zone.center.y, zone.center.z, 0)
DrawSprite("shared", "emptydot_32", 0, 0, 0.02, 0.035, 0, 255,255,255, 255.0)
Expand Down

0 comments on commit 891b536

Please sign in to comment.