summaryrefslogtreecommitdiffstats
path: root/nms-patches/Block.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/Block.patch')
-rw-r--r--nms-patches/Block.patch9
1 files changed, 0 insertions, 9 deletions
diff --git a/nms-patches/Block.patch b/nms-patches/Block.patch
index ee800c52..cbf78665 100644
--- a/nms-patches/Block.patch
+++ b/nms-patches/Block.patch
@@ -43,15 +43,6 @@
}
}
-@@ -646,7 +653,7 @@
- }
-
- public String toString() {
-- return "Block{" + IRegistry.BLOCK.getKey(this) + "}";
-+ return IRegistry.BLOCK.getKey(this).toString(); // CraftBukkit - cheap hack
- }
-
- public static boolean c(Block block) {
@@ -1395,8 +1402,14 @@
}