Fixed switch featured gliders icons

This commit is contained in:
Asval 2019-05-24 02:52:32 +02:00
parent f4dc3ec43f
commit db99bb2789

View File

@ -146,7 +146,9 @@ namespace FModel
{
ThePak.CurrentUsedItem = catName.Substring(catName.LastIndexOf('.') + 1);
if (ThePak.CurrentUsedItem == "DA_Featured_Glider_ID_141_AshtonBoardwalk")
if (ThePak.CurrentUsedItem == "DA_Featured_Glider_ID_141_AshtonBoardwalk" ||
ThePak.CurrentUsedItem == "DA_Featured_Glider_ID_150_TechOpsBlue" ||
ThePak.CurrentUsedItem == "DA_Featured_Glider_ID_131_SpeedyMidnight")
GetItemIcon(theItem);
else
{