Inverted action tags for deposits/withdraws

This commit is contained in:
Intelli 2022-02-10 19:36:23 -07:00
parent 01e6351194
commit 54da739c1d

View File

@ -965,7 +965,7 @@ public class LookupCommand {
else if (daction == 4 || daction == 5) {
phrase = Phrase.LOOKUP_STORAGE; // {deposited|withdrew}
selector = (daction != 4 ? Selector.FIRST : Selector.SECOND);
tag = (daction != 4 ? Color.GREEN + "+" : Color.RED + "-");
tag = (daction != 4 ? Color.RED + "-" : Color.GREEN + "+");
action = "a:item";
}
else {