Format locale string
This commit is contained in:
@@ -26,7 +26,7 @@ function playPlayerAnimationCommand(command, params, client) {
|
|||||||
|
|
||||||
if(!animationSlot) {
|
if(!animationSlot) {
|
||||||
messagePlayerError(client, getLocaleString("AnimationNotFound"));
|
messagePlayerError(client, getLocaleString("AnimationNotFound"));
|
||||||
messagePlayerInfo(client, getLocaleString("AnimationHelpTip"));
|
messagePlayerInfo(client, getLocaleString("AnimationHelpTip"), `{ALTCOLOUR}/animlist{MAINCOLOUR}`);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user