Skip to content

Commit

Permalink
Fix small waves bug
Browse files Browse the repository at this point in the history
  • Loading branch information
NotThorny committed Sep 29, 2022
1 parent abf7cdb commit 76c1c83
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ else if (args.get(0).equals("stop")) {
if (mobWaveChallenge.inProgress()) {
removeAliveMobs();
mobWaveChallenge.fail();
CommandHandler.sendMessage(targetPlayer, "Challenge stopped!");
isWaves = false;
CommandHandler.sendMessage(targetPlayer, "Waves stopped!");
return;
} // if
} catch (Exception e) {
Expand Down

0 comments on commit 76c1c83

Please sign in to comment.