From bf21508faaaa6dd7a566a8ed34219fd8b315dbcd Mon Sep 17 00:00:00 2001 From: Szunti Date: Fri, 23 Apr 2021 23:56:21 +0200 Subject: [PATCH] Fix XML cheats which use multiple spaces. (#7998) --- 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 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