mirror of
				https://github.com/mcMMO-Dev/mcMMO.git
				synced 2025-10-31 17:23:42 +01:00 
			
		
		
		
	These go the other way around.
This commit is contained in:
		| @@ -126,10 +126,10 @@ public final class AlchemyPotionBrewer { | |||||||
|         boolean success = false; |         boolean success = false; | ||||||
|  |  | ||||||
|         if (click.isLeftClick()) { |         if (click.isLeftClick()) { | ||||||
|             success = transferOneItem(view, fromSlot, toSlot); |             success = transferItems(view, fromSlot, toSlot); | ||||||
|         } |         } | ||||||
|         else if (click.isRightClick()) { |         else if (click.isRightClick()) { | ||||||
|             success = transferItems(view, fromSlot, toSlot); |             success = transferOneItem(view, fromSlot, toSlot); | ||||||
|         } |         } | ||||||
|  |  | ||||||
|         return success; |         return success; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 GJ
					GJ