Fixed the NEI breaking bug.

Whoops. We needed that experience packet.
This commit is contained in:
GreyMario 2013-08-18 02:42:07 -07:00
parent 40ae8a06bd
commit 2d6194d599

View file

@ -184,8 +184,7 @@ public class dimHelper extends DimensionManager
player.playerNetServerHandler.sendPacketToPlayer(new Packet41EntityEffect(player.entityId, effect)); player.playerNetServerHandler.sendPacketToPlayer(new Packet41EntityEffect(player.entityId, effect));
} }
// GreyMaria: Can someone tell me why we need this? I'm commenting it out for now. We'll see if it causes problems. player.playerNetServerHandler.sendPacketToPlayer(new Packet43Experience(player.experience, player.experienceTotal, player.experienceLevel));
//player.playerNetServerHandler.sendPacketToPlayer(new Packet43Experience(player.experience, player.experienceTotal, player.experienceLevel));
} }
// Creates sanity by removing the entity from its old location's chunk entity list, if applicable. // Creates sanity by removing the entity from its old location's chunk entity list, if applicable.