diff --git a/scripts/server/animation.js b/scripts/server/animation.js index 1ebf1112..6b45bdca 100644 --- a/scripts/server/animation.js +++ b/scripts/server/animation.js @@ -25,7 +25,7 @@ function playPlayerAnimationCommand(command, params, client) { if(!animationSlot) { messagePlayerError(client, getLocaleString(client, "InvalidAnimation")); - messagePlayerInfo(client, getLocaleString(client, "AnimationHelpTip"), `{ALTCOLOUR}/animlist{MAINCOLOUR}`); + messagePlayerInfo(client, getLocaleString(client, "AnimationCommandTip"), `{ALTCOLOUR}/animlist{MAINCOLOUR}`); return false; }