mirror of
https://github.com/PikaMug/Quests.git
synced 2024-11-15 07:05:51 +01:00
Improve confirmation message consistency
This commit is contained in:
parent
9e05e81846
commit
60618bc803
@ -1831,6 +1831,7 @@ public class QuestFactory implements ConversationAbandonedListener {
|
||||
return;
|
||||
}
|
||||
quests.reloadQuests();
|
||||
context.getForWhom().sendRawMessage(ChatColor.WHITE + "" + ChatColor.BOLD + Lang.get("questDeleted"));
|
||||
|
||||
context.getForWhom().sendRawMessage(ChatColor.GREEN + Lang.get("questDeleted"));
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user