Make return after sell to prevent doing 2 things at once
This commit is contained in:
@@ -225,10 +225,12 @@ public static class MultiSelectPatches
|
||||
|
||||
if (shiftDown && altDown) {
|
||||
SellAllToFlea();
|
||||
return false;
|
||||
}
|
||||
|
||||
if (shiftDown && ctrlDown) {
|
||||
SellAllToTrader();
|
||||
return false;
|
||||
}
|
||||
|
||||
if (ctrlDown && !shiftDown && !altDown)
|
||||
|
||||
Reference in New Issue
Block a user