Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Commit

Permalink
disable 'stopMusicOnDeath' by default to respect MCC event
Browse files Browse the repository at this point in the history
  • Loading branch information
andantet committed Mar 14, 2023
1 parent 5533161 commit d22e326
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ public static MusicClientConfig getConfig() {
}

public static MusicClientConfig createDefaultConfig() {
return new MusicClientConfig(0.5F, 0.25F, 1.0F, HITWSoundOnOtherDeath.OFF, true, false, true, 2 * 20, 20);
return new MusicClientConfig(0.5F, 0.25F, 1.0F, HITWSoundOnOtherDeath.OFF, false, false, true, 2 * 20, 20);
}
}

0 comments on commit d22e326

Please sign in to comment.