mirror of
https://hub.spigotmc.org/stash/scm/spigot/craftbukkit.git
synced 2025-08-21 05:44:33 +00:00
9 lines
347 B
Diff
9 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() {
|