Skip to content

Commit

Permalink
[Chat components] Fix magic codes not being assigned correctly when c…
Browse files Browse the repository at this point in the history
…onverting from an adventure component
  • Loading branch information
NEZNAMY committed Feb 9, 2025
1 parent c73d351 commit 09fc042
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions component/src/main/java/me/neznamy/chat/ChatModifier.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ public class ChatModifier {
@Nullable private Integer shadowColor; // ARGB
@Nullable private Boolean bold;
@Nullable private Boolean italic;
@Nullable private Boolean obfuscated;
@Nullable private Boolean strikethrough;
@Nullable private Boolean underlined;
@Nullable private Boolean strikethrough;
@Nullable private Boolean obfuscated;
@Nullable private String font;

/**
Expand Down

0 comments on commit 09fc042

Please sign in to comment.