Update project-zomboid.kvp

This commit is contained in:
Greelan 2021-12-23 12:36:23 +11:00 committed by GitHub
parent e4a0579663
commit 5a9cbb8c42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,7 @@ App.TemplateMatchRegex={{(\$?[\w]+)}}
Console.FilterMatchRegex=
Console.FilterMatchReplacement=
Console.ThrowawayMessageRegex=^(WARNING|ERROR): Shader.+$
Console.AppReadyRegex=^LOG : Network , \d+> [\d,]+> \*+ SERVER STARTED \*+$
Console.AppReadyRegex=^LOG : Network , \d+> [\d,]+> \*+ SERVER STARTED \*+$
Console.UserJoinRegex=^User (?<username>.+?) \((?<userid>-?d+)\) connected from \[::ffff:(?<endpoint>.+?)\]$
Console.UserLeaveRegex=^User (?<username>.+?) \((?<userid>-?d+)\) disconnected\. Reason: (.+?)$
Console.UserChatRegex=^(?<username>.+?): (?<message>.+)$