When using SpongeForge, when a player respawns, the player object is not recreated as GCEntityPlayerMP
AngryCarrot789 opened this issue ยท 0 comments
Forge Version
14.23.5.2860
Galacticraft Version
4.0.3
Log or Crash Report
No response
Reproduction steps
- Login (your player object is GCEntityPlayerMP)
- Die (fall damage, lava, etc)
- Your player object is now only EntityPlayerMP
I tracked the issue down to PlayerList.func_72368_a()
(aka recreatePlayerEntity
), which is modified by sponge mixins, and only creates the entity as EntityPlayerMP