mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Use title instead
This commit is contained in:
parent
c8e88707e4
commit
14f0b04bdf
@ -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" }
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user