summaryrefslogtreecommitdiffstatshomepage
path: root/plugins
diff options
context:
space:
mode:
author cracyc <cracyc@users.noreply.github.com>2021-04-23 16:58:47 -0500
committer cracyc <cracyc@users.noreply.github.com>2021-04-23 16:58:47 -0500
commit85b9bcd6704f1d265aa8bce4b6e02d656d9d8d9a (patch)
treecb51857747a566ed8ef1ad09359dd77b5d893c44 /plugins
parentbf21508faaaa6dd7a566a8ed34219fd8b315dbcd (diff)
plugins/cheat: fix regions in xml cheats too
Diffstat (limited to 'plugins')
-rw-r--r--plugins/cheat/cheat_xml.lua1
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