This commit is contained in:
Ottermandias 2023-07-08 22:15:52 +02:00
parent 0b22dd9760
commit 6a5242b8ab
6 changed files with 64 additions and 44 deletions

View file

@ -65,11 +65,8 @@ public class StateEditor
}
else
{
unsafe
{
state.ModelData.LoadNonHuman(modelId, customize, (byte*)equipData);
state[ActorState.MetaIndex.ModelId] = source;
}
state.ModelData.LoadNonHuman(modelId, customize, equipData);
state[ActorState.MetaIndex.ModelId] = source;
}
return true;