Correct formatting of custom mob name Action prompt

This commit is contained in:
PikaMug 2020-01-11 21:28:34 -05:00
parent c001eab944
commit ff700f6ae8

View File

@ -1978,7 +1978,7 @@ public class ActionFactory implements ConversationAbandonedListener {
text += ChatColor.BLUE + "" + ChatColor.BOLD + "1" + ChatColor.RESET + ChatColor.YELLOW + " - "
+ Lang.get("eventEditorSetMobName") + ChatColor.GRAY + " ("
+ ((questMob.getName() == null) ? Lang.get("noneSet") : ChatColor.AQUA + questMob.getName())
+ ")\n";
+ ChatColor.GRAY + ")\n";
text += ChatColor.BLUE + "" + ChatColor.BOLD + "2" + ChatColor.RESET + ChatColor.YELLOW + " - "
+ Lang.get("eventEditorSetMobType") + ChatColor.GRAY + " ("
+ ((questMob.getType() == null) ? Lang.get("noneSet") : ChatColor.AQUA + questMob.getType().name())