mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 13:16:45 +01:00
These go the other way around.
This commit is contained in:
parent
813f807876
commit
fbee3318bd
@ -126,10 +126,10 @@ public final class AlchemyPotionBrewer {
|
||||
boolean success = false;
|
||||
|
||||
if (click.isLeftClick()) {
|
||||
success = transferOneItem(view, fromSlot, toSlot);
|
||||
success = transferItems(view, fromSlot, toSlot);
|
||||
}
|
||||
else if (click.isRightClick()) {
|
||||
success = transferItems(view, fromSlot, toSlot);
|
||||
success = transferOneItem(view, fromSlot, toSlot);
|
||||
}
|
||||
|
||||
return success;
|
||||
|
Loading…
Reference in New Issue
Block a user