summaryrefslogtreecommitdiffstats
path: root/nms-patches/TileEntityCommandListener.patch
blob: 6b1198ac9b0f8f69ca3c7d114828616929abdc59 (plain)
1
2
3
4
5
6
7
8
@@ -6,6 +6,7 @@
 
     TileEntityCommandListener(TileEntityCommand tileentitycommand) {
         this.a = tileentitycommand;
+        sender = new org.bukkit.craftbukkit.command.CraftBlockCommandSender(this); // CraftBukkit - add sender
     }
 
     public BlockPosition getChunkCoordinates() {