Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Jan 16, 2019
2 parents 990c362 + da24b8a commit 67585ac
Showing 1 changed file with 4 additions and 2 deletions.
Expand Up @@ -98,8 +98,10 @@ else if (inventory.getIdType().equals("crafting")) {
if (opened instanceof CraftingInventory) {
inventory.setInventory(opened, player);
}
inventory.setIdType("player");
inventory.setInventory(player.getBukkitInventory(), player);
else {
inventory.setIdType("player");
inventory.setInventory(player.getBukkitInventory(), player);
}
}
else {
inventory.setInventory(player.getBukkitInventory(), player);
Expand Down

0 comments on commit 67585ac

Please sign in to comment.