Skip to content

Commit 06c8459

Browse files
committed
oops
1 parent c30dfd9 commit 06c8459

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

core/src/main/java/org/geysermc/geyser/translator/protocol/java/level/JavaBlockEntityDataTranslator.java

-2
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,4 @@ protected <T> T getOrDefault(Tag tag, T defaultValue) {
155155
//noinspection unchecked
156156
return (tag != null && tag.getValue() != null) ? (T) tag.getValue() : defaultValue;
157157
}
158-
159-
160158
}

0 commit comments

Comments
 (0)