diff --git a/Basalt/libraries/xmlParser.lua b/Basalt/libraries/xmlParser.lua index 37fc3ac..c1b5d1c 100644 --- a/Basalt/libraries/xmlParser.lua +++ b/Basalt/libraries/xmlParser.lua @@ -3,8 +3,8 @@ local XMLNode = { return { tag = tag, value = nil, - children = {}, attributes = {}, + children = {}, addChild = function(self, child) if self[child.tag] ~= nil then