mirror of
https://github.com/moparisthebest/MoparClassic
synced 2024-11-14 05:05:10 -05:00
Closes issue #126
This commit is contained in:
parent
025614c94d
commit
407d0f0f61
@ -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..");
|
||||
|
Loading…
Reference in New Issue
Block a user