PaperMC/paper-server/nms-patches/TileEntityCommandListener.patch
CraftBukkit/Spigot a8ddf37419 Remove patch headers
By: GunfighterJ <joseph.jenniges@gmail.com>
2014-11-28 16:54:14 -06:00

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() {