add heels support

This commit is contained in:
Stanley Dimant
2022-09-10 14:11:52 +02:00
parent 2e92a6d748
commit d5068d5515
7 changed files with 111 additions and 4 deletions

View File

@@ -277,6 +277,8 @@ public class CharacterDataFactory
{
Logger.Warn("Could not get Legacy Body Decal Data");
}
previousData.HeelsOffset = _ipcManager.GetHeelsOffset();
}
st.Stop();