Derp...
This commit is contained in:
		@@ -40,7 +40,7 @@ public class SpecialEnderChest extends InventorySubcontainer implements ISpecial
 | 
				
			|||||||
    private CraftPlayer owner;
 | 
					    private CraftPlayer owner;
 | 
				
			||||||
    private boolean playerOnline = false;
 | 
					    private boolean playerOnline = false;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    public SpecialEnderChest(Player p, boolean online) {
 | 
					    public SpecialEnderChest(Player p, Boolean online) {
 | 
				
			||||||
        this(p, ((CraftPlayer) p).getHandle().getEnderChest(), online);
 | 
					        this(p, ((CraftPlayer) p).getHandle().getEnderChest(), online);
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
name: OpenInv
 | 
					name: OpenInv
 | 
				
			||||||
main: com.lishid.openinv.OpenInv
 | 
					main: com.lishid.openinv.OpenInv
 | 
				
			||||||
version: 2.2.6
 | 
					version: 2.2.7
 | 
				
			||||||
author: lishid
 | 
					author: lishid
 | 
				
			||||||
description: >
 | 
					description: >
 | 
				
			||||||
             This plugin allows you to open a player's inventory as a chest and interact with it in real time.
 | 
					             This plugin allows you to open a player's inventory as a chest and interact with it in real time.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user