Fix keybinds sync.
This commit is contained in:
parent
0402752060
commit
d0291c9193
@ -2,7 +2,7 @@ Keybinds =
|
|||||||
init: ->
|
init: ->
|
||||||
return if !Conf['Keybinds']
|
return if !Conf['Keybinds']
|
||||||
|
|
||||||
for hotkey of Conf.hotkeys
|
for hotkey of Config.hotkeys
|
||||||
$.sync hotkey, Keybinds.sync
|
$.sync hotkey, Keybinds.sync
|
||||||
|
|
||||||
init = ->
|
init = ->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user