wip 2
This commit is contained in:
@@ -432,6 +432,7 @@ namespace AnotherReplayReader.Utils
|
||||
foreach (var entry in ByScope(KnowledgeScopeKind.Global))
|
||||
{
|
||||
var text = entry.Id.StartsWith("knowledge-text-", StringComparison.Ordinal)
|
||||
|| entry.Id.StartsWith("knowledge-file-", StringComparison.Ordinal)
|
||||
? FilterFlatTextByFactions(entry.Text, factionNames)
|
||||
: entry.Text;
|
||||
sb.AppendLine(text.Trim());
|
||||
|
||||
Reference in New Issue
Block a user