Galacticraft Legacy

Galacticraft Legacy

2M Downloads

When using SpongeForge, when a player respawns, the player object is not recreated as GCEntityPlayerMP

AngryCarrot789 opened this issue ยท 0 comments

commented

Forge Version

14.23.5.2860

Galacticraft Version

4.0.3

Log or Crash Report

No response

Reproduction steps

  1. Login (your player object is GCEntityPlayerMP)
  2. Die (fall damage, lava, etc)
  3. 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