Update project-zomboid.kvp

This commit is contained in:
Greelan 2021-12-22 20:58:35 +11:00 committed by GitHub
parent 01bc589d04
commit eebba7cdb7
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>.+)$