mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-25 01:25:03 +01:00
a8ddf37419
By: GunfighterJ <joseph.jenniges@gmail.com>
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() {
|