trading auto stacks resources

This commit is contained in:
2024-05-14 22:09:05 -05:00
parent 5e61ef26e1
commit 84cc435a2b
@@ -776,6 +776,8 @@ public class CharacterItemManager {
this.commitTrade();
this.closeTradeWindow(ctwm1, false);
other.getCharItemManager().closeTradeWindow(ctwm2, false);
this.StackResources();
other.getCharItemManager().StackResources();
}
return true;
}