Skip to content

Commit

Permalink
Fixed missing menu close
Browse files Browse the repository at this point in the history
  • Loading branch information
FedeArre committed May 29, 2021
1 parent a021735 commit 8ff249a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/main.lua
Expand Up @@ -137,6 +137,8 @@ function StoreVehicle()
ESX.ShowNotification(_U("NOT_ENOUGH_MONEY"))
end
end)
else
menu.close()
end
end, function(data, menu)
menu.close()
Expand Down

0 comments on commit 8ff249a

Please sign in to comment.