summaryrefslogtreecommitdiffstats
path: root/nms-patches/TileEntityCommandListener.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/TileEntityCommandListener.patch')
-rw-r--r--nms-patches/TileEntityCommandListener.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/nms-patches/TileEntityCommandListener.patch b/nms-patches/TileEntityCommandListener.patch
deleted file mode 100644
index 10f98516..00000000
--- a/nms-patches/TileEntityCommandListener.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- ../work/decompile-8eb82bde//net/minecraft/server/TileEntityCommandListener.java 2014-11-28 17:43:43.393707428 +0000
-+++ src/main/java/net/minecraft/server/TileEntityCommandListener.java 2014-11-28 17:38:17.000000000 +0000
-@@ -6,6 +6,7 @@
-
- TileEntityCommandListener(TileEntityCommand tileentitycommand) {
- this.a = tileentitycommand;
-+ sender = new org.bukkit.craftbukkit.command.CraftBlockCommandSender(this); // CraftBukkit - add sender
- }
-
- public BlockPosition getChunkCoordinates() {