mirror of
https://hub.spigotmc.org/stash/scm/spigot/craftbukkit.git
synced 2025-08-20 21:34:26 +00:00
8 lines
296 B
Diff
8 lines
296 B
Diff
@@ -6,6 +6,7 @@
|
|
|
|
TileEntityCommandListener(TileEntityCommand tileentitycommand) {
|
|
this.a = tileentitycommand;
|
|
+ sender = new org.bukkit.craftbukkit.command.CraftBlockCommandSender(this); // CraftBukkit - add sender
|
|
}
|
|
|
|
public BlockPosition getChunkCoordinates() {
|