(a00338777) v0.9.2.1
This commit is contained in:
@@ -50,6 +50,10 @@ namespace Barotrauma
|
||||
|
||||
public string Get(string textTag)
|
||||
{
|
||||
if (string.IsNullOrEmpty(textTag))
|
||||
{
|
||||
return null;
|
||||
}
|
||||
if (!texts.TryGetValue(textTag.ToLowerInvariant(), out List<string> textList) || !textList.Any())
|
||||
{
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user