Deal with strings that aren't strings

This commit is contained in:
Matt Nadareski
2024-03-11 16:26:28 -04:00
parent eb9075e47e
commit 482746995f
27 changed files with 192 additions and 537 deletions

View File

@@ -145,7 +145,7 @@ namespace SabreTools.Help
if (!features.ContainsKey(key))
return null;
return features[key]!.GetStringValue();
return features[key]!.GetStringFieldValue();
}
#endregion