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