Wrong locale util name

This commit is contained in:
Vortrex
2022-09-29 11:11:14 -05:00
parent 4f6dac29cf
commit a59b4104f1
4 changed files with 28 additions and 22 deletions

View File

@@ -219,7 +219,7 @@ function privateMessageCommand(command, params, client) {
messagePlayerPrivateMessage(targetClient, client, messageText);
if (hasPlayerSeenActionTip(targetClient, "ReplyToDirectMessage")) {
messagePlayerTip(targetClient, getIndexedLocaleString(targetClient, "ActionTips", "ReplyToDirectMessage", "{ALTCOLOUR}/reply{MAINCOLOUR}"));
messagePlayerTip(targetClient, getGroupedLocaleString(targetClient, "ActionTips", "ReplyToDirectMessage", "{ALTCOLOUR}/reply{MAINCOLOUR}"));
}
}