Skip to content

Commit

Permalink
update game version
Browse files Browse the repository at this point in the history
  • Loading branch information
RTAkland committed Jun 23, 2024
1 parent e9bcbf7 commit f97ed65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/fengliu/cloudmusic/mixin/MixinInGameHub.java
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public int[] getMusicInfoPos(){

int offset = 0;
for (StatusEffectInstance statusEffect : this.client.player.getStatusEffects()) {
if (statusEffect.getEffectType().isBeneficial()){
if (statusEffect.method_5579().isBeneficial()){
offset = 1;
} else {
offset = 2;
Expand Down

0 comments on commit f97ed65

Please sign in to comment.