mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Make error message more clear for textblock length mismatch
This commit is contained in:
parent
28038c8999
commit
9570e24f37
@ -471,7 +471,7 @@ namespace NewHorizons.Builder.Props.TranslatorText
|
|||||||
|
|
||||||
if (info.arcInfo != null && info.arcInfo.Count() != dict.Values.Count())
|
if (info.arcInfo != null && info.arcInfo.Count() != dict.Values.Count())
|
||||||
{
|
{
|
||||||
NHLogger.LogError($"Can't make NomaiWallText, arcInfo length [{info.arcInfo.Count()}] doesn't equal text entries [{dict.Values.Count()}]");
|
NHLogger.LogError($"Can't make NomaiWallText, arcInfo length [{info.arcInfo.Count()}] doesn't equal number of TextBlocks [{dict.Values.Count()}] in the xml");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user