Skip to content

Commit

Permalink
ran formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
TiagoFar78 committed Jul 12, 2024
1 parent be547ee commit 8e379eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ private List<Material> placeRandomItems(Inventory inv) {

private void placeAlreadyFoundDifferences(Inventory inv) {
ItemStack item = createNamelessItem(Material.RED_STAINED_GLASS_PANE);

inv.setItem(_lastFoundSlot, item);
inv.setItem(_lastFoundSlot + SIDES_DIFFERENCE, item);
}
Expand Down

0 comments on commit 8e379eb

Please sign in to comment.