This commit is contained in:
Jikoo
2020-11-15 13:26:59 -05:00
parent db8b67082b
commit 804d30bcc7
2 changed files with 9 additions and 1 deletions

View File

@@ -44,7 +44,7 @@ public class InternalAccessor {
Class.forName("com.lishid.openinv.internal." + this.version + ".SpecialEnderChest");
this.playerDataManager = this.createObject(IPlayerDataManager.class, "PlayerDataManager");
this.anySilentContainer = this.createObject(IAnySilentContainer.class, "AnySilentContainer");
this.supported = InventoryAccess.isUseable();
this.supported = InventoryAccess.isUsable();
} catch (Exception ignored) {}
}