Skip to content

Commit

Permalink
Update client.lua| Disabled debugPoly
Browse files Browse the repository at this point in the history
  • Loading branch information
Suritoba authored Mar 18, 2024
1 parent bcf3007 commit b5a9693
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 @@ -33,7 +33,7 @@ end)
exports['qb-target']:AddEntityZone('TRPed'..TRClassicBlackMarketPed, TRClassicBlackMarketPed, {
name = 'TRPed'..TRClassicBlackMarketPed,
heading = GetEntityHeading(TRClassicBlackMarketPed),
debugPoly = true,
debugPoly = false,
}, {
options = {
{
Expand Down

0 comments on commit b5a9693

Please sign in to comment.