Improve confirmation message consistency

This commit is contained in:
HappyPikachu 2018-03-07 01:33:39 -05:00
parent 9e05e81846
commit 60618bc803

View File

@ -1831,6 +1831,7 @@ public class QuestFactory implements ConversationAbandonedListener {
return; return;
} }
quests.reloadQuests(); quests.reloadQuests();
context.getForWhom().sendRawMessage(ChatColor.WHITE + "" + ChatColor.BOLD + Lang.get("questDeleted"));
context.getForWhom().sendRawMessage(ChatColor.GREEN + Lang.get("questDeleted"));
} }
} }