Skip to content

Commit 8787b79

Browse files
committed
Fix vehicle stats panel text labels
1 parent 8d098b3 commit 8787b79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MenuAPI/Menu.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ public bool Visible
433433
public bool ShowVehicleStatsPanel { get; set; } = false;
434434

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

438438

439439
private bool filterActive = false;

0 commit comments

Comments
 (0)