mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Use section title instead of "Custom" for credits (#388)
Fix le funny 
This commit is contained in:
commit
9b4a165f15
@ -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" }
|
||||
});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user