Fix ModInfo.xml format - remove outer xml tag

This commit is contained in:
Claude
2025-11-23 18:39:03 +00:00
parent b41951e4e1
commit e6ab02aa86

View File

@@ -1,9 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<xml> <ModInfo>
<ModInfo> <Name value="BotCommandMod"/>
<Name value="BotCommandMod"/> <Description value="Intercepts chat messages starting with /bot and logs them to telnet only"/>
<Description value="Intercepts chat messages starting with /bot and logs them to telnet only"/> <Author value="Claude"/>
<Author value="Claude"/> <Version value="1.0.0"/>
<Version value="1.0.0"/> </ModInfo>
</ModInfo>
</xml>