From d0291c9193c6537b90ab25d5375862d821fbb05b Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sat, 4 Jul 2015 12:39:38 -0700 Subject: [PATCH] Fix keybinds sync. --- src/Miscellaneous/Keybinds.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Miscellaneous/Keybinds.coffee b/src/Miscellaneous/Keybinds.coffee index ba796938a..82122f4a2 100755 --- a/src/Miscellaneous/Keybinds.coffee +++ b/src/Miscellaneous/Keybinds.coffee @@ -2,7 +2,7 @@ Keybinds = init: -> return if !Conf['Keybinds'] - for hotkey of Conf.hotkeys + for hotkey of Config.hotkeys $.sync hotkey, Keybinds.sync init = ->