Remove duplicate string value

This commit is contained in:
PikaMug 2020-10-23 02:14:53 -04:00
parent 3151801901
commit aea50756f0
2 changed files with 1 additions and 2 deletions

View File

@ -721,7 +721,7 @@ public class ActionMainPrompt extends ActionsEditorNumericPrompt {
questMob.setType(MiscUtil.getProperMobType(input));
} else {
player.sendMessage(ChatColor.LIGHT_PURPLE + input + " " + ChatColor.RED
+ Lang.get("eventEditorInvalidMob"));
+ Lang.get("stageEditorInvalidMob"));
return new ActionMobTypePrompt(context, mobIndex, questMob);
}
}

View File

@ -347,7 +347,6 @@ eventEditorMustSetMobAmountsFirst: "You must set mob amount first!"
eventEditorAddSpawnLocation: "Set spawn location"
eventEditorMobSpawnsCleared: "Mob spawns cleared."
eventEditorMustSetMobLocationFirst: "You must set a spawn-location first!"
eventEditorInvalidMob: "is not a valid mob name!"
eventEditorSetMobName: "Set custom name for mob"
eventEditorSetMobType: "Set mob type"
eventEditorSetMobItemInHand: "Set item in hand"