Skip to content

Commit

Permalink
Combatify 1.2.3 1.21 Fabric - Me when I when I
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandra-Myers committed Aug 1, 2024
1 parent 2194ac5 commit b5fc3a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public void redirectReset(Player instance, @Local(ordinal = 0, argsOnly = true)
public void redirectReset2(LocalPlayer instance) {
if(getPlayerMode() == GameType.ADVENTURE)
return;
((PlayerExtensions)instance).resetAttackStrengthTicker(true);
((PlayerExtensions)instance).resetAttackStrengthTicker(false);
}

@Override
Expand Down

0 comments on commit b5fc3a2

Please sign in to comment.