diff options
author | 2021-04-23 16:58:47 -0500 | |
---|---|---|
committer | 2021-04-23 16:58:47 -0500 | |
commit | 85b9bcd6704f1d265aa8bce4b6e02d656d9d8d9a (patch) | |
tree | cb51857747a566ed8ef1ad09359dd77b5d893c44 | |
parent | bf21508faaaa6dd7a566a8ed34219fd8b315dbcd (diff) |
plugins/cheat: fix regions in xml cheats too
-rw-r--r-- | plugins/cheat/cheat_xml.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/cheat/cheat_xml.lua b/plugins/cheat/cheat_xml.lua index 1b1cb0b321b..32f82d14d9c 100644 --- a/plugins/cheat/cheat_xml.lua +++ b/plugins/cheat/cheat_xml.lua @@ -270,7 +270,6 @@ function xml.conv_cheat(data) if next(regions) then data["cheat"][count]["region"] = {} for name, region in pairs(regions) do - data["cheat"][count]["region"] = {} data["cheat"][count]["region"][name] = region end end |