Use title instead

This commit is contained in:
Noah Pilarski 2022-09-13 16:24:12 -04:00
parent e098201581
commit 88bda9d388

View File

@ -134,7 +134,7 @@ namespace NewHorizons.Handlers
{
var rootSection = MakeNode(doc, "section", new Dictionary<string, string>()
{
{ "name", "Custom" },
{ "name", title },
{ "credits-type", "Final Fast Krazy" }
});