From 85b9bcd6704f1d265aa8bce4b6e02d656d9d8d9a Mon Sep 17 00:00:00 2001 From: cracyc Date: Fri, 23 Apr 2021 16:58:47 -0500 Subject: [PATCH] plugins/cheat: fix regions in xml cheats too --- plugins/cheat/cheat_xml.lua | 1 - 1 file changed, 1 deletion(-) 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