Skip to content

Commit

Permalink
made sound longer
Browse files Browse the repository at this point in the history
  • Loading branch information
catgirlseraid committed May 14, 2024
1 parent 4a43033 commit 827a763
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ object HoppityEggsManager {
val amount = HoppityEggType.entries.size
ChatUtils.chat("All $amount Hoppity Eggs are ready to be found.!")
LorenzUtils.sendTitle("§e$amount Hoppity Eggs!", 5.seconds)
SoundUtils.playPlingSound()
SoundUtils.repeatSound(100, 10, SoundUtils.plingSound)
}

private fun isBuzy() = ReminderUtils.isBusy(config.showDuringContest)
Expand Down

0 comments on commit 827a763

Please sign in to comment.