Skip to content

Commit

Permalink
Updated tetra compat statbars
Browse files Browse the repository at this point in the history
Resolves iron431#678, resolves mickelus/tetra#863
  • Loading branch information
mickelus authored Nov 24, 2024
1 parent eb2d899 commit 23bb5f5
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@

public class StatGetterPercentAttribute extends StatGetterAttribute {
public StatGetterPercentAttribute(Attribute attribute) {
super(attribute);
withOffset(-1);
super(attribute, false, false, -1);
}

@Override
Expand Down

0 comments on commit 23bb5f5

Please sign in to comment.