Cross world disabled

This commit is contained in:
lishd
2011-07-11 16:53:59 -04:00
parent 8908cc918a
commit 70c75996c0
4 changed files with 59 additions and 18 deletions

View File

@@ -20,7 +20,7 @@ public class PlayerInventoryChest extends InventoryPlayer
@Override
public String getName() {
return ((EntityPlayer)this.d).displayName;
return ((EntityPlayer)this.d).displayName + " (" + this.itemInHandIndex + ")";
}
@Override