diff options
author | 2018-03-25 02:03:24 +1100 | |
---|---|---|
committer | 2018-03-25 02:03:24 +1100 | |
commit | 08dde5eb0acb30b68b403a2b9ad2fd503067f2bd (patch) | |
tree | 9ea8ba7c97d124aa4f7600ebb183667609f81224 /plugins/cheatfind/init.lua | |
parent | 8142f24c4307439397ffb2c01fab76e6f2c1b95e (diff) |
srcclean and regenerate localisations (nw)
Diffstat (limited to 'plugins/cheatfind/init.lua')
-rw-r--r-- | plugins/cheatfind/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/cheatfind/init.lua b/plugins/cheatfind/init.lua index bc3bc09fd2e..57a6b6aad3e 100644 --- a/plugins/cheatfind/init.lua +++ b/plugins/cheatfind/init.lua @@ -419,7 +419,7 @@ function cheatfind.startplugin() file:write(string.format(cheat_save.json, desc)) file:close() -- xml or simple are program space only - if not getmetatable(devtable[devcur].space).__name:match("device_t") and devtable[devcur].sname == "program" then + if not getmetatable(devtable[devcur].space).__name:match("device_t") and devtable[devcur].sname == "program" then file = io.open(filename .. ".xml", "w") file:write(string.format(cheat_save.xml, desc)) file:close() |