Paper/paper-server/nms-patches/TileEntityCommandListener.patch

9 lines
296 B
Diff
Raw Normal View History

@@ -6,6 +6,7 @@
TileEntityCommandListener(TileEntityCommand tileentitycommand) {
this.a = tileentitycommand;
+ sender = new org.bukkit.craftbukkit.command.CraftBlockCommandSender(this); // CraftBukkit - add sender
}
public BlockPosition getChunkCoordinates() {