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