summaryrefslogtreecommitdiffstats
path: root/nms-patches/EntityMinecartCommandBlockListener.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/EntityMinecartCommandBlockListener.patch')
-rw-r--r--nms-patches/EntityMinecartCommandBlockListener.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/nms-patches/EntityMinecartCommandBlockListener.patch b/nms-patches/EntityMinecartCommandBlockListener.patch
deleted file mode 100644
index 7581585c..00000000
--- a/nms-patches/EntityMinecartCommandBlockListener.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- ../work/decompile-8eb82bde//net/minecraft/server/EntityMinecartCommandBlockListener.java 2014-11-28 17:43:43.133707434 +0000
-+++ src/main/java/net/minecraft/server/EntityMinecartCommandBlockListener.java 2014-11-28 17:38:18.000000000 +0000
-@@ -6,6 +6,7 @@
-
- EntityMinecartCommandBlockListener(EntityMinecartCommandBlock entityminecartcommandblock) {
- this.a = entityminecartcommandblock;
-+ this.sender = (org.bukkit.craftbukkit.entity.CraftMinecartCommand) entityminecartcommandblock.getBukkitEntity(); // CraftBukkit - Set the sender
- }
-
- public void h() {