Add method to set item loaded from hand in editor, part 2

This commit is contained in:
PikaMug 2020-08-07 03:10:17 -04:00
parent 0ff0f043ee
commit 088b62dea8

View File

@ -193,7 +193,7 @@ public class ItemStackPrompt extends QuestsEditorNumericPrompt {
}
@SuppressWarnings({ "unchecked", "deprecation" })
protected Prompt acceptValidatedInput(final ConversationContext context, final Number input, final ItemStack item) {
public Prompt acceptValidatedInput(final ConversationContext context, final Number input, final ItemStack item) {
switch (input.intValue()) {
case 0:
context.setSessionData("tempMeta", null);