diff options
-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 2c7e09dca41..1b1cb0b321b 100644 --- a/plugins/cheat/cheat_xml.lua +++ b/plugins/cheat/cheat_xml.lua @@ -264,7 +264,6 @@ function xml.conv_cheat(data) if next(spaces) then data["cheat"][count]["space"] = {} for name, space in pairs(spaces) do - data["cheat"][count]["space"] = {} data["cheat"][count]["space"][name] = { type = space["type"], tag = space["tag"] } end end |