Skip to content

Commit

Permalink
Missed local variable
Browse files Browse the repository at this point in the history
  • Loading branch information
MonkeyWhisper committed Mar 22, 2023
1 parent e59349d commit 2787783
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@ RegisterNUICallback("getProfileData", function(data, cb)
end
local pP = nil
local result = getProfileDataPromise(id)
local vehicles = result.vehicles

for i=1,#vehicles do
local vehicle=result.vehicles[i]
Expand Down

0 comments on commit 2787783

Please sign in to comment.