Skip to content

Commit

Permalink
[1.5.4] - Add texts after last one
Browse files Browse the repository at this point in the history
  • Loading branch information
Luncaaa committed Sep 5, 2024
1 parent 95615be commit b225aa8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class ADTextDisplay extends ADBaseDisplay implements DisplayMethods, me.l
private final AnimatedTextRunnable textRunnable;
private int animationTime;
private int refreshTime;
private Map<String, Component> texts = new HashMap<>();
private Map<String, Component> texts = new LinkedHashMap<>();
private TextDisplay.TextAlignment alignment;
private Color backgroundColor;
private int lineWidth;
Expand Down

0 comments on commit b225aa8

Please sign in to comment.