From 8cd4151a97f88bc7256f676cd2a900513b9034d6 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Sun, 1 May 2022 15:03:44 -0500 Subject: [PATCH] Woops wrong locale string name --- scripts/server/animation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }