Skip to content

Commit

Permalink
Fix vehicle stats panel text labels
Browse files Browse the repository at this point in the history
  • Loading branch information
TomGrobbe committed Oct 29, 2020
1 parent 8d098b3 commit 8787b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MenuAPI/Menu.cs
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ public bool Visible
public bool ShowVehicleStatsPanel { get; set; } = false;

private readonly string[] weaponStatNames = new string[4] { "PM_DAMAGE", "PM_FIRERATE", "PM_ACCURACY", "PM_RANGE" };
private readonly string[] vehicleStatNames = new string[4] { "CMOD_STAT_0", "CMOD_STAT_1", "CMOD_STAT_2", "CMOD_STAT_3" };
private readonly string[] vehicleStatNames = new string[4] { "FMMC_VEHST_0", "FMMC_VEHST_1", "FMMC_VEHST_2", "FMMC_VEHST_3" };


private bool filterActive = false;
Expand Down

0 comments on commit 8787b79

Please sign in to comment.