Added /openender and read-only inventories.

This commit is contained in:
lishid
2012-08-10 13:36:36 -04:00
parent e9466b9a4a
commit bc558ff691
14 changed files with 424 additions and 36 deletions

View File

@@ -35,6 +35,7 @@ public class OpenInvPlayerInventory extends PlayerInventory
{
super(p.getHandle());
this.owner = p;
this.playerOnline = online;
this.items = player.inventory.items;
this.armor = player.inventory.armor;
}