Fixed invisibility after cross-world teleportation

This commit is contained in:
Dinnerbone
2011-02-06 14:03:28 +00:00
parent 590b3874a8
commit dcabbda57c
3 changed files with 24 additions and 15 deletions

View File

@@ -5,7 +5,7 @@ public class InventoryPlayer implements IInventory {
public ItemStack[] a = new ItemStack[36];
public ItemStack[] b = new ItemStack[4];
public int c = 0;
private EntityHuman e;
public EntityHuman e; // Craftbukkit - public
private ItemStack f;
public boolean d = false;

View File

@@ -33,7 +33,7 @@ public class NetServerHandler extends NetHandler implements ICommandListener {
public NetworkManager b;
public boolean c = false;
private MinecraftServer d;
private EntityPlayer e;
public EntityPlayer e; // Craftbukkit - public
private int f = 0;
private double g;
private double h;