From 855a2e5ae29bfb918942e21f6c87cd22db03a332 Mon Sep 17 00:00:00 2001 From: Intelli Date: Thu, 10 Feb 2022 19:21:30 -0700 Subject: [PATCH] Renamed "a:inventory" to "a:item" in lookups --- src/main/java/net/coreprotect/command/LookupCommand.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/net/coreprotect/command/LookupCommand.java b/src/main/java/net/coreprotect/command/LookupCommand.java index 20fbb8f..860cb91 100755 --- a/src/main/java/net/coreprotect/command/LookupCommand.java +++ b/src/main/java/net/coreprotect/command/LookupCommand.java @@ -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}