mirror of
https://github.com/PaperMC/Paper.git
synced 2025-04-03 21:15:52 +02:00
8 lines
347 B
Diff
8 lines
347 B
Diff
@@ -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() {
|