summaryrefslogtreecommitdiffstats
path: root/nms-patches/TileEntityCommand.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/TileEntityCommand.patch')
-rw-r--r--nms-patches/TileEntityCommand.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/nms-patches/TileEntityCommand.patch b/nms-patches/TileEntityCommand.patch
index 9ef1c0a6..04405163 100644
--- a/nms-patches/TileEntityCommand.patch
+++ b/nms-patches/TileEntityCommand.patch
@@ -1,9 +1,9 @@
--- a/net/minecraft/server/TileEntityCommand.java
+++ b/net/minecraft/server/TileEntityCommand.java
-@@ -3,6 +3,9 @@
- public class TileEntityCommand extends TileEntity {
-
- private final CommandBlockListenerAbstract a = new CommandBlockListenerAbstract() {
+@@ -7,6 +7,9 @@
+ private boolean g;
+ private boolean h;
+ private final CommandBlockListenerAbstract i = new CommandBlockListenerAbstract() {
+ {
+ sender = new org.bukkit.craftbukkit.command.CraftBlockCommandSender(this); // CraftBukkit - add sender
+ }