Format locale string

This commit is contained in:
Vortrex
2022-01-04 15:10:55 -06:00
parent 94ff60c84a
commit 77db33b0e3

View File

@@ -26,7 +26,7 @@ function playPlayerAnimationCommand(command, params, client) {
if(!animationSlot) {
messagePlayerError(client, getLocaleString("AnimationNotFound"));
messagePlayerInfo(client, getLocaleString("AnimationHelpTip"));
messagePlayerInfo(client, getLocaleString("AnimationHelpTip"), `{ALTCOLOUR}/animlist{MAINCOLOUR}`);
return false;
}