Skip to content

Commit

Permalink
Change default visibility item
Browse files Browse the repository at this point in the history
  • Loading branch information
zax71 committed Sep 1, 2024
1 parent b3a0bb1 commit 23b130b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public class MinigamePlayerJoin implements EventListener<MinigamePlayerJoinEvent
private void addInventoryButtons(EndercubePlayer player) {
player.getInventory().setItemStack(0, InventoryItems.CHECKPOINT_ITEM);
player.getInventory().setItemStack(1, InventoryItems.RESTART_ITEM);
player.getInventory().setItemStack(4, InventoryItems.VISIBILITY_ITEM_INVISIBLE);
player.getInventory().setItemStack(4, InventoryItems.VISIBILITY_ITEM_VISIBLE);
player.getInventory().setItemStack(8, InventoryItems.HUB_ITEM);

switch (database.getGrindMode(player)) {
Expand Down

0 comments on commit 23b130b

Please sign in to comment.