mirror of
https://github.com/4sval/FModel.git
synced 2026-03-22 01:34:37 -05:00
Update BaseJuno.cs
Some JIDO use "LowDetailsAssembledMeshSchema" proeprty instead of "AssembledMeshSchema"
This commit is contained in:
parent
cd138b4037
commit
44f704258c
|
|
@ -16,7 +16,7 @@ public class BaseJuno : BaseIcon
|
|||
|
||||
public override void ParseForInfo()
|
||||
{
|
||||
if (Object.TryGetValue(out FSoftObjectPath baseCid, "BaseAthenaCharacterItemDefinition") &&
|
||||
if (Object.TryGetValue(out FSoftObjectPath baseCid, "BaseAthenaCharacterItemDefinition", "LowDetailsAssembledMeshSchema") &&
|
||||
Utils.TryLoadObject(baseCid.AssetPathName.Text, out UObject cid))
|
||||
{
|
||||
_character = new BaseIcon(cid, Style);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user