Woops wrong locale string name

This commit is contained in:
Vortrex
2022-05-01 15:03:44 -05:00
parent 9d97a2f299
commit 8cd4151a97

View File

@@ -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;
}