Skip to content

Commit 454e97c

Browse files
committed
Don't remove font
Closes #1109
1 parent fccea9b commit 454e97c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

common/src/main/java/com/viaversion/viabackwards/protocol/v1_21_9to1_21_7/rewriter/ComponentRewriter1_21_9.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ protected void processCompoundTag(final UserConnection connection, final Compoun
4747
tag.putString("text", "");
4848
}
4949
tag.remove("atlas");
50-
tag.remove("font");
5150
}
5251

5352
@Override

0 commit comments

Comments
 (0)