Skip to content

Commit

Permalink
Fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
Aeltumn committed Aug 7, 2023
1 parent a200854 commit 126d658
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
/**
* Hides the additional music sliders when the system is not active.
*/
@Mixin(SoundOptionsScreen.class, priority = 999)
@Mixin(value = SoundOptionsScreen.class, priority = 999)
public class SoundOptionsMixin {

@Inject(method = "getAllSoundOptionsExceptMaster", at = @At("RETURN"), cancellable = true)
Expand Down

0 comments on commit 126d658

Please sign in to comment.