Skip to content

Commit

Permalink
Remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
TechnicallyCoded committed Sep 24, 2021
1 parent ad18e83 commit 0b6b708
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,6 @@ public void run() {
}
}
}.runTaskTimer(InventoryRollbackPlus.getInstance(), 0, 1);
//Add items
/*for (int i = 0; i < enderchest.length; i++) {
if (enderchest[item] != null) {
inventory.setItem(position, enderchest[item]);
position++;
}
item++;
}*/
} catch (NullPointerException e) {
staff.sendMessage(MessageData.getPluginPrefix() + MessageData.getErrorInventory());
return;
Expand Down

0 comments on commit 0b6b708

Please sign in to comment.