Skip to content

Commit

Permalink
Remove line
Browse files Browse the repository at this point in the history
  • Loading branch information
jwkerr committed Aug 27, 2023
1 parent ce35523 commit 048b2c3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/com/fwloopins/tabby/mixin/TabSizeMixin.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ public abstract class TabSizeMixin {
@Shadow @Final private MinecraftClient client;
@Shadow public abstract void setFooter(@Nullable Text footer);
@Shadow public abstract void setHeader(@Nullable Text header);
@Unique
TabbyConfig config = AutoConfig.getConfigHolder(TabbyConfig.class).getConfig();
@Unique TabbyConfig config = AutoConfig.getConfigHolder(TabbyConfig.class).getConfig();

@ModifyConstant(constant = @Constant(longValue = 80L), method = "collectPlayerEntries")
private long modifyCount(long count) {
Expand Down

0 comments on commit 048b2c3

Please sign in to comment.