Skip to content

Commit

Permalink
Fix Battle Box Intro music still starting
Browse files Browse the repository at this point in the history
  • Loading branch information
AsoDesu committed Jun 21, 2023
1 parent d7349c9 commit 2795880
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ public void handleCustomSoundEvent(ClientboundSoundPacket clientboundCustomSound
MusicUtil.startMusic(clientboundCustomSoundPacket); // Start the music!!
ChatUtils.debug("[PacketListener] Canceling gameintro");
ci.cancel(); // Stop minecraft from minecrafting
return;
}
}
if (Objects.equals(soundLoc.getPath(), "games.global.timer.round_end") ||
Expand Down

0 comments on commit 2795880

Please sign in to comment.