summaryrefslogtreecommitdiffstats
path: root/nms-patches/TileEntityContainer.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/TileEntityContainer.patch')
-rw-r--r--nms-patches/TileEntityContainer.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/nms-patches/TileEntityContainer.patch b/nms-patches/TileEntityContainer.patch
index 4d49bebb..3484ee4f 100644
--- a/nms-patches/TileEntityContainer.patch
+++ b/nms-patches/TileEntityContainer.patch
@@ -1,6 +1,6 @@
--- a/net/minecraft/server/TileEntityContainer.java
+++ b/net/minecraft/server/TileEntityContainer.java
-@@ -36,4 +36,11 @@
+@@ -37,4 +37,11 @@
public IChatBaseComponent getScoreboardDisplayName() {
return (IChatBaseComponent) (this.hasCustomName() ? new ChatComponentText(this.getName()) : new ChatMessage(this.getName(), new Object[0]));
}