mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Deal with strings that aren't strings
This commit is contained in:
@@ -145,7 +145,7 @@ namespace SabreTools.Help
|
||||
if (!features.ContainsKey(key))
|
||||
return null;
|
||||
|
||||
return features[key]!.GetStringValue();
|
||||
return features[key]!.GetStringFieldValue();
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user