Send locale ID on change

This commit is contained in:
Vortrex
2022-06-14 17:34:55 -05:00
parent e794976e50
commit a239cd554e

View File

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