File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -104,8 +104,8 @@ Console.FilterMatchRegex=(\e\[(\d+;)*(\d+)?[ABCDHJKfmsu]|\e\[?[?\>\=\da-z]+|Prot
104104Console.FilterMatchReplacement=
105105Console.ThrowawayMessageRegex=^(WARNING|ERROR): Shader.+$
106106Console.AppReadyRegex=^\[[\d\.]+-[\d\.]+:\d+\]\[[\d ]+\]LogGlobalStatus: UEngine::LoadMap Load map complete.*$
107- Console.UserJoinRegex=^\s+ServerAccount\. AccountName '(?<username>.+?)'\. AccountId (?<userid>.+?)\. PlayerState .*$
108- Console.UserLeaveRegex=^\s+\s+\d+ . Name '(?<username>.+?)'\. AccountId '(?<userid>.+?)'\. State 'SaidFarewell'\..*$
107+ Console.UserJoinRegex=^( \s+ServerAccount\. AccountName '(?<username>.+?)'\. AccountId (?<userid>.+?)\. PlayerState .*|\s+\d+\. Name '(?<username>.+?)'\. AccountId '(?<userid>.+?)'\. State 'ReadyToPlay'\..*) $
108+ Console.UserLeaveRegex=^\s+\d+\ . Name '(?<username>.+?)'\. AccountId '(?<userid>.+?)'\. State 'SaidFarewell'\..*$
109109Console.UserChatRegex=
110110Console.UpdateAvailableRegex=
111111Console.PreConnectRegex=
You can’t perform that action at this time.
0 commit comments