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;