Fixed wrench rotating and changing auto pull for block placer

This commit is contained in:
Robert S 2014-03-20 21:38:39 -04:00
parent c9cb078db4
commit 5814bf48b2

View file

@ -129,6 +129,7 @@ public class TilePlacer extends TileInventory implements IRotatable, IPacketRece
{
this.autoPullItems = !this.autoPullItems;
player.sendChatToPlayer(ChatMessageComponent.createFromText("AutoExtract: " + this.autoPullItems));
return true;
}
return super.configure(player, side, hit);
}