summaryrefslogtreecommitdiffstatshomepage
path: root/plugins
diff options
context:
space:
mode:
author Szunti <Szunti@users.noreply.github.com>2021-04-23 23:56:21 +0200
committer GitHub <noreply@github.com>2021-04-23 16:56:21 -0500
commitbf21508faaaa6dd7a566a8ed34219fd8b315dbcd (patch)
tree85742f86a553215cec3d9f47b1c1c6309087ec13 /plugins
parent337938f530fe18bd37b3ca7da9b2e70d1a1b712e (diff)
Fix XML cheats which use multiple spaces. (#7998)
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 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