summaryrefslogtreecommitdiffstats
path: root/nms-patches/TileEntity.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/TileEntity.patch')
-rw-r--r--nms-patches/TileEntity.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/nms-patches/TileEntity.patch b/nms-patches/TileEntity.patch
index 3b5db83a..6024fdbc 100644
--- a/nms-patches/TileEntity.patch
+++ b/nms-patches/TileEntity.patch
@@ -9,7 +9,7 @@
public abstract class TileEntity {
private static final Logger a = LogManager.getLogger();
-@@ -255,4 +257,13 @@
+@@ -250,4 +252,13 @@
a("command_block", TileEntityCommand.class);
a("shulker_box", TileEntityShulkerBox.class);
}