Missing change for hotkeys

This commit is contained in:
Henrique Santiago 2013-02-14 18:29:35 -02:00
parent 62f38d678d
commit 4f423432fa
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ function save()
end end
hotkeyList = hotkeys hotkeyList = hotkeys
g_settings.setNode('hotkeys', hotkeySettings) g_settings.setNode('game_hotkeys', hotkeySettings)
--g_settings.save() --g_settings.save()
end end