diff options
author | 2021-04-23 23:56:21 +0200 | |
---|---|---|
committer | 2021-04-23 16:56:21 -0500 | |
commit | bf21508faaaa6dd7a566a8ed34219fd8b315dbcd (patch) | |
tree | 85742f86a553215cec3d9f47b1c1c6309087ec13 /plugins/cheat/cheat_xml.lua | |
parent | 337938f530fe18bd37b3ca7da9b2e70d1a1b712e (diff) |
Fix XML cheats which use multiple spaces. (#7998)
Diffstat (limited to 'plugins/cheat/cheat_xml.lua')
-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 |