From 19a6b780021b3e61788df5b094cac11118d57647 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Sun, 18 Apr 2021 23:12:25 -0500 Subject: [PATCH] Load keybind into global config --- 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 c5215b45..5d6cf6de 100644 --- a/scripts/server/keybind.js +++ b/scripts/server/keybind.js @@ -130,7 +130,7 @@ let bindableKeys = { function initKeyBindScript() { logToConsole(LOG_INFO, "[Asshat.KeyBind]: Initializing key bind script ..."); - getServerConfig().keyBind = loadKeyBindConfiguration(); + getGlobalConfig().keyBind = loadKeyBindConfiguration(); logToConsole(LOG_INFO, "[Asshat.KeyBind]: Key bind script initialized!"); }