From 51d5aba2a1b0a9a7611a9d601204e07e6facd793 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Thu, 22 Sep 2022 05:22:16 -0500 Subject: [PATCH] Woops wrong locale key name --- scripts/server/keybind.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/server/keybind.js b/scripts/server/keybind.js index afaae507..0e1617a2 100644 --- a/scripts/server/keybind.js +++ b/scripts/server/keybind.js @@ -78,7 +78,7 @@ function removeKeyBindCommand(command, params, client) { if (!keyId) { messagePlayerError(client, getLocaleString(client, "InvalidKeyBindName")); 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; }