mirror of
https://github.com/4sval/FModel.git
synced 2026-03-21 17:24:26 -05:00
i'm so smart guys
This commit is contained in:
parent
961031df8e
commit
c65c66cedc
|
|
@ -20,12 +20,10 @@ namespace FModel.Creator.Icons
|
|||
path = assetName.Substring(0, assetName.LastIndexOf(".")).Replace("Athena_Commando_", "");
|
||||
switch (path) // Modified matrix's temp fix
|
||||
{
|
||||
case "CID_971_M_Jupiter_S0Z6M":
|
||||
case "CID_964_M_Historian_869BC":
|
||||
path = path.Substring(0,path.LastIndexOf("_"));
|
||||
break;
|
||||
case "CID_971_M_Jupiter_S0Z6M":
|
||||
path = path.Substring(0, path.LastIndexOf("_"));
|
||||
break;
|
||||
}
|
||||
path = "/Game/Catalog/MI_OfferImages/MI_" + path;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user