Woops wrong locale key name
This commit is contained in:
@@ -78,7 +78,7 @@ function removeKeyBindCommand(command, params, client) {
|
|||||||
if (!keyId) {
|
if (!keyId) {
|
||||||
messagePlayerError(client, getLocaleString(client, "InvalidKeyBindName"));
|
messagePlayerError(client, getLocaleString(client, "InvalidKeyBindName"));
|
||||||
messagePlayerTip(client, getLocaleString(client, "KeyBindNameTip"));
|
messagePlayerTip(client, getLocaleString(client, "KeyBindNameTip"));
|
||||||
messagePlayerInfo(client, getLocaleString(client, "UniversalInlineExampleList", `{ALTCOLOUR}1, 2, a, b, numplus, num1, f1, f2, pageup, delete, insert, rightshift, leftctrl{MAINCOLOR}`));
|
messagePlayerInfo(client, getLocaleString(client, "UniversalInlineExamplesList", `{ALTCOLOUR}1, 2, a, b, numplus, num1, f1, f2, pageup, delete, insert, rightshift, leftctrl{MAINCOLOR}`));
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user