Skip to content

Commit 8a55f9c

Browse files
committed
fix2
1 parent 89cbd28 commit 8a55f9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/signs/impl/src/main/java/eu/cloudnetservice/modules/signs/impl/platform/minestom/MinestomPlatformSign.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ public void updateSign(@NonNull SignLayout layout) {
106106
textCompound.put("color", serializedColor);
107107

108108
// set the sign lines - they are provided as legacy text components and need to be converted to JSON
109-
var linesCompound = ListBinaryTag.builder();
109+
var linesCompound = ListBinaryTag.heterogeneousListBinaryTag();
110110
this.changeSignLines(layout, (_, line) -> linesCompound.add(line));
111111
textCompound.put("messages", linesCompound.build());
112112

0 commit comments

Comments
 (0)