Load keybind into global config

This commit is contained in:
Vortrex
2021-04-18 23:12:25 -05:00
parent 2689663019
commit 19a6b78002

View File

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