Update for Minecraft 1.8
This commit is contained in:
@@ -52,7 +52,7 @@ class PlayerInstance {
|
||||
if (this.b.size() == 0) {
|
||||
long i = (long) this.chunkX + 2147483647L | (long) this.chunkZ + 2147483647L << 32;
|
||||
|
||||
PlayerManager.a(this.playerManager).b(i);
|
||||
PlayerManager.a(this.playerManager).d(i);
|
||||
if (this.dirtyCount > 0) {
|
||||
PlayerManager.b(this.playerManager).remove(this);
|
||||
}
|
||||
@@ -182,7 +182,7 @@ class PlayerInstance {
|
||||
|
||||
private void sendTileEntity(TileEntity tileentity) {
|
||||
if (tileentity != null) {
|
||||
Packet packet = tileentity.f();
|
||||
Packet packet = tileentity.l();
|
||||
|
||||
if (packet != null) {
|
||||
this.sendAll(packet);
|
||||
|
||||
Reference in New Issue
Block a user