From 79fe95a7f468672803ba490b3c30f72c812bd509 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Mon, 30 May 2022 07:41:08 -0500 Subject: [PATCH] Remove unused var --- scripts/server/keybind.js | 2 -- 1 file changed, 2 deletions(-) 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) {