mirror of
https://github.com/songoda/EpicHeads.git
synced 2024-11-29 22:13:44 +01:00
Added localized string.
This commit is contained in:
parent
1706c371bc
commit
8bae7a572d
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user