Fix native name not being replaced in lang cmd

This commit is contained in:
Vortrex
2022-03-20 13:54:36 -05:00
parent b97e8142c9
commit eb844368be

View File

@@ -147,7 +147,7 @@ function setLocaleCommand(command, params, client) {
getPlayerData(client).accountData.locale = localeId;
getPlayerData(client).locale = localeId;
messagePlayerSuccess(client, getLocaleString(client, "LocaleChanged1"), getLocaleString(client, "LocaleNativeName"));
messagePlayerSuccess(client, getLocaleString(client, "LocaleChanged1", getLocaleString(client, "LocaleNativeName")));
}
// ===========================================================================