forked from Upstream/CommandPanels
3.18.6.1
This commit is contained in:
parent
7eca5d2451
commit
cd0db76df3
@ -124,6 +124,9 @@ public class SellItemTags implements Listener {
|
|||||||
|
|
||||||
remCont.add(remItm);
|
remCont.add(remItm);
|
||||||
RemainingAmount -= remItm.getAmount();
|
RemainingAmount -= remItm.getAmount();
|
||||||
|
if(RemainingAmount <= 0){
|
||||||
|
break;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user