i am the king of stupid

This commit is contained in:
Flameshadowxeroshin
2011-12-04 17:07:56 +00:00
parent e551cedfd6
commit 3e7f3bf81e
+2 -2
View File
@@ -6,9 +6,9 @@ function ClearEnterMappedKeys()
local keymaps = IniFile.ReadFile("/Save/Keymaps.ini")
--iterate through the games
for k,v in keymaps do
for k,v in pairs(keymaps) do
--iterate through the potential key mappings
for l,w in v do
for l,w in pairs(v) do
--check for enter
w:gsub("Key_enter","")
--write back