summaryrefslogtreecommitdiffstats
path: root/nms-patches/EntityMinecartCommandBlockListener.patch
blob: 53e4a5083d6cf5c9dd4ebc5f8fe09de57774cba3 (plain)
1
2
3
4
5
6
7
8
@@ -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() {