Update NomaiTextBuilder.cs

This commit is contained in:
Nick 2022-07-21 19:02:12 -04:00
parent a9a51d00da
commit 4392d914f4

View File

@ -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)
{