Skip to content

Commit

Permalink
Fixed freeroam vehicles.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Rene-Sackers committed May 6, 2017
1 parent 6f0705e commit 9e560e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions freeroam/trainer/vehicles.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ API.onResourceStart.connect(function (sender, e) {

vehiclesWindow.AddItem(addVehicleItem("T20", 1663218586));
vehiclesWindow.AddItem(addVehicleItem("Futo", 2016857647));
mainvehiclesWindowWindow.AddItem(addVehicleItem("Burrito", -1346687836));
mainvehiclesWindowWindow.AddItem(addVehicleItem("Sanchez", 788045382));
vehiclesWindow.AddItem(addVehicleItem("Burrito", -1346687836));
vehiclesWindow.AddItem(addVehicleItem("Sanchez", 788045382));
vehiclesWindow.AddItem(addVehicleItem("Maverick", -1660661558));
vehiclesWindow.AddItem(addVehicleItem("Buzzard", 788747387));
vehiclesWindow.AddItem(addVehicleItem("Hydra", 970385471));
Expand Down

0 comments on commit 9e560e6

Please sign in to comment.