Closes issue #126

This commit is contained in:
Joe0 2012-03-14 15:16:21 -05:00
parent 025614c94d
commit 407d0f0f61

View File

@ -327,9 +327,8 @@ public class ObjectAction implements PacketHandler {
}
});
}// create a
else if (object.getID() == 52
|| object.getID() == 173
&& object.containsItem() == 29) // hopper
else if ((object.getID() == 52 || object.getID() == 173) // hopper
&& object.containsItem() == 29) // Ensure it contains grain
{
owner.getActionSender().sendMessage(
"You operate the hopper..");