diff --git a/scripts/server/keybind.js b/scripts/server/keybind.js index 3dfaf3ec..e941f4d4 100644 --- a/scripts/server/keybind.js +++ b/scripts/server/keybind.js @@ -46,8 +46,6 @@ function addKeyBindCommand(command, params, client) { // =========================================================================== function removeKeyBindCommand(command, params, client) { - let splitParams = params.split(" "); - let keyId = getKeyIdFromParams(getParam(params, " ", 1)); if(!keyId) {