Skip to content

Commit e89d1c6

Browse files
remove import
1 parent 4771594 commit e89d1c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public ComponentRewriter1_21_9(final BackwardsProtocol<ClientboundPacket1_21_9,
3434
protected void processCompoundTag(final UserConnection connection, final CompoundTag tag) {
3535
super.processCompoundTag(connection, tag);
3636

37-
// Throw out the same object type and it's new properties
37+
// Throw out the new object type and it's new properties
3838
final String type = tag.getString("type");
3939
if ("object".equals(type)) {
4040
tag.putString("text", "");

0 commit comments

Comments
 (0)