mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Update NomaiTextBuilder.cs
This commit is contained in:
parent
a9a51d00da
commit
4392d914f4
@ -97,7 +97,7 @@ namespace NewHorizons.Builder.Props
|
||||
{
|
||||
if (_scrollPrefab == null) InitPrefabs();
|
||||
|
||||
var xmlPath = System.IO.File.ReadAllText(mod.ModHelper.Manifest.ModFolderPath + info.xmlFile);
|
||||
var xmlPath = File.ReadAllText(mod.ModHelper.Manifest.ModFolderPath + info.xmlFile);
|
||||
|
||||
switch (info.type)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user