Skip to content

Commit

Permalink
Max lines set to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
MisterJulsen committed Apr 4, 2024
1 parent 03f6df8 commit 76db978
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public DisplayTargetStats provideStats(DisplayLinkContext context) {
AdvancedDisplayBlockEntity controller = getController(context);
if (controller == null)
return new DisplayTargetStats(1, 1, this);
return new DisplayTargetStats(controller.getYSize() * 2, 150, this);
return new DisplayTargetStats(1, 1, this);
}

private AdvancedDisplayBlockEntity getController(DisplayLinkContext context) {
Expand Down

0 comments on commit 76db978

Please sign in to comment.