mirror of
https://github.com/TotalFreedomMC/OpenInv.git
synced 2024-12-23 00:15:08 +00:00
Derp...
This commit is contained in:
parent
7851404d69
commit
7d56a04283
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue