mirror of
https://github.com/PlayPro/CoreProtect.git
synced 2024-11-28 12:55:34 +01:00
Inverted action tags for deposits/withdraws
This commit is contained in:
parent
01e6351194
commit
54da739c1d
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user