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!"); }