Skip to content

Commit

Permalink
Merge pull request #256 from DevBlocky/patch-3
Browse files Browse the repository at this point in the history
fix: Default Radio Station typo
  • Loading branch information
TomGrobbe committed Nov 3, 2021
2 parents 732abf4 + 56362c8 commit 5974438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vMenu/menus/VehicleOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ private void CreateMenu()
radioIndex = index;
}

MenuListItem radioStations = new MenuListItem("Default radio station", stationNames, radioIndex, "Select a defalut radio station to be set when spawning new car");
MenuListItem radioStations = new MenuListItem("Default radio station", stationNames, radioIndex, "Select a default radio station to be set when spawning new car");

var tiresList = new List<string>() { "All Tires", "Tire #1", "Tire #2", "Tire #3", "Tire #4", "Tire #5", "Tire #6", "Tire #7", "Tire #8" };
MenuListItem vehicleTiresList = new MenuListItem("Fix / Destroy Tires", tiresList, 0, "Fix or destroy a specific vehicle tire, or all of them at once. Note, not all indexes are valid for all vehicles, some might not do anything on certain vehicles.");
Expand Down

0 comments on commit 5974438

Please sign in to comment.