mirror of
https://github.com/4sval/FModel.git
synced 2026-03-22 01:34:37 -05:00
Fixed switch featured gliders icons
This commit is contained in:
parent
f4dc3ec43f
commit
db99bb2789
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user