Skip to content

Commit

Permalink
merging difficulties (pt 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
AsoDesu committed Nov 1, 2023
1 parent 037a935 commit cccc51f
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@ protected ChatScreenMixin(Component component) {
@Unique
private static final int BUTTON_HEIGHT = 9;

@Unique
private static final int BUTTON_WIDTH = 43;
@Unique
private static final int BUTTON_HEIGHT = 9;

@Inject(method = "init", at = @At("TAIL"))
private void init(CallbackInfo ci) {
if (!isOnline()) return;
Expand Down

0 comments on commit cccc51f

Please sign in to comment.