mirror of
https://github.com/PikaMug/Quests.git
synced 2024-12-25 10:38:21 +01:00
Show non-null message after clearing delivery objective in editor
This commit is contained in:
parent
6510a7b235
commit
dfdddf8e66
@ -291,7 +291,7 @@ public class NPCsPrompt extends QuestsEditorNumericPrompt {
|
||||
} else if (input.equalsIgnoreCase("3")) {
|
||||
return new DeliveryMessagesPrompt();
|
||||
} else if (input.equalsIgnoreCase("4")) {
|
||||
context.getForWhom().sendRawMessage(ChatColor.YELLOW + Lang.get("stageEditorDeliveriesCleared"));
|
||||
context.getForWhom().sendRawMessage(ChatColor.YELLOW + Lang.get("Cleared"));
|
||||
context.setSessionData(pref + CK.S_DELIVERY_ITEMS, null);
|
||||
context.setSessionData(pref + CK.S_DELIVERY_NPCS, null);
|
||||
context.setSessionData(pref + CK.S_DELIVERY_MESSAGES, null);
|
||||
|
Loading…
Reference in New Issue
Block a user