From 77db33b0e37060fb753b33e6267df85184658c69 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Tue, 4 Jan 2022 15:10:55 -0600 Subject: [PATCH] Format locale string --- 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 21ebce09..b4d1f178 100644 --- a/scripts/server/animation.js +++ b/scripts/server/animation.js @@ -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; }