Use section title instead of "Custom" for credits (#388)

Fix le funny

![image](https://user-images.githubusercontent.com/34462599/190520258-907a9021-644b-4a8d-aeb4-e208a308b58c.png)
This commit is contained in:
Nick 2022-09-15 18:47:40 -04:00 committed by GitHub
commit 9b4a165f15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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" }
});