New permission node for openself.

This commit is contained in:
lishid
2012-10-24 16:00:52 -04:00
parent 62c005d1af
commit ab04e461a8
4 changed files with 11 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ public class OpenInvPlayerInventory extends PlayerInventory
public void PlayerGoOnline(CraftPlayer p)
{
if(!playerOnline)
if (!playerOnline)
{
p.getHandle().inventory.items = this.items;
p.getHandle().inventory.armor = this.armor;