Use title instead

This commit is contained in:
Noah Pilarski 2022-09-13 16:24:12 -04:00
parent c8e88707e4
commit 14f0b04bdf

View File

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