mirror of
https://github.com/PlayPro/CoreProtect.git
synced 2025-02-13 01:12:03 +01:00
Renamed "a:inventory" to "a:item" in lookups
This commit is contained in:
parent
971de8c078
commit
855a2e5ae2
@ -960,13 +960,13 @@ public class LookupCommand {
|
||||
phrase = Phrase.LOOKUP_ITEM; // {picked up|dropped}
|
||||
selector = (daction != 2 ? Selector.FIRST : Selector.SECOND);
|
||||
tag = (daction != 2 ? Color.GREEN + "+" : Color.RED + "-");
|
||||
action = "a:inventory";
|
||||
action = "a:item";
|
||||
}
|
||||
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 + "-");
|
||||
action = "a:inventory";
|
||||
action = "a:item";
|
||||
}
|
||||
else {
|
||||
phrase = Phrase.LOOKUP_CONTAINER; // {added|removed}
|
||||
|
Loading…
Reference in New Issue
Block a user