Added localized string.

This commit is contained in:
Brianna O'Keefe 2018-09-29 23:20:25 -04:00
parent 1706c371bc
commit 8bae7a572d

View File

@ -62,7 +62,7 @@ public class CommandManager implements CommandExecutor {
} }
} }
} }
commandSender.sendMessage(instance.getReferences().getPrefix() + Methods.formatText("&7The command you entered does not exist or is spelt incorrectly.")); commandSender.sendMessage(instance.getReferences().getPrefix() + Methods.formatText(instance.getLocale().getMessage("command.error.notexist")));
return true; return true;
} }