Removed unwanted System.out lines when clicking on the slots in the routing node
This commit is contained in:
parent
ccacb0acfc
commit
0bb2fa6002
|
@ -1,3 +1,9 @@
|
|||
------------------------------------------------------
|
||||
Version 2.1.0-60
|
||||
------------------------------------------------------
|
||||
- Fixed routing node serialization.
|
||||
- Removed unwanted System.out lines when clicking on the slots in the routing node.
|
||||
|
||||
------------------------------------------------------
|
||||
Version 2.1.0-59
|
||||
------------------------------------------------------
|
||||
|
|
|
@ -77,7 +77,6 @@ public class ContainerItemRoutingNode extends Container
|
|||
if (slot instanceof SlotGhostItem) //TODO: make the slot clicking work!
|
||||
{
|
||||
lastGhostSlotClicked = slot.getSlotIndex();
|
||||
System.out.println(lastGhostSlotClicked);
|
||||
|
||||
if ((dragType == 0 || dragType == 1))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue