Skip to content

Commit

Permalink
continue the loop, as to give them all prizes
Browse files Browse the repository at this point in the history
  • Loading branch information
ryderbelserion committed Sep 30, 2024
1 parent 454dd91 commit 6335289
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ public void onPlayerJoin(PlayerJoinEvent event) {

count++;

continue; // continue, because we should give them all the prizes on join.
}

new CrateSpinMenu(player, new GuiSettings(crate, crate.getPrize(this.userManager.getRespinPrize(uuid, fileName)), Files.respin_gui.getConfiguration())).open();
Expand Down

0 comments on commit 6335289

Please sign in to comment.