Fix missing arg in locale str for invalid accent
This commit is contained in:
@@ -45,7 +45,7 @@ function setAccentCommand(command, params, client) {
|
|||||||
let accentId = getAccentFromParams(params);
|
let accentId = getAccentFromParams(params);
|
||||||
|
|
||||||
if(!accentId) {
|
if(!accentId) {
|
||||||
messagePlayerError(client, getLocaleString("AccentNotFound"));
|
messagePlayerError(client, getLocaleString(client, "AccentNotFound"));
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user