Fixed inverted player parameters in PlayerEvent.Clone, Closes #1142 Closes #1140

This commit is contained in:
Lex Manos 2014-06-10 18:48:00 -07:00
parent 5849458443
commit d5a4ee2c10
1 changed files with 1 additions and 1 deletions

View File

@ -524,7 +524,7 @@
+ {
+ getEntityData().func_74782_a(PERSISTED_NBT_TAG, old.func_74775_l(PERSISTED_NBT_TAG));
+ }
+ MinecraftForge.EVENT_BUS.post(new net.minecraftforge.event.entity.player.PlayerEvent.Clone(p_71049_1_, this, !p_71049_2_));
+ MinecraftForge.EVENT_BUS.post(new net.minecraftforge.event.entity.player.PlayerEvent.Clone(this, p_71049_1_, !p_71049_2_));
}
protected boolean func_70041_e_()