Update Empyrion Chat Regex
A default chat regex got saved that caused the console output to show up twice with headings as AMP was attempting to treat it like chat messages. Thanks @Greelan for catching that!
This commit is contained in:
parent
8b3742d9ce
commit
da07044e13
@ -69,7 +69,7 @@ Console.ThrowawayMessageRegex=^(WARNING|ERROR): Shader.+$
|
|||||||
Console.AppReadyRegex=^.*-LOG- Server started listening on port .*$
|
Console.AppReadyRegex=^.*-LOG- Server started listening on port .*$
|
||||||
Console.UserJoinRegex=^.*-LOG-.*Player (?<userid>.+?)\/'(?<username>.+?)' login ok$
|
Console.UserJoinRegex=^.*-LOG-.*Player (?<userid>.+?)\/'(?<username>.+?)' login ok$
|
||||||
Console.UserLeaveRegex=^.*-LOG-.*, (?<userid>.+?)\/=\/'(?<username>.+?)' disconnected$
|
Console.UserLeaveRegex=^.*-LOG-.*, (?<userid>.+?)\/=\/'(?<username>.+?)' disconnected$
|
||||||
Console.UserChatRegex=^(?<username>.+?): (?<message>.+)$
|
Console.UserChatRegex=
|
||||||
Console.UpdateAvailableRegex=^\[\d\d:\d\d:\d\d\] \[INFO\] A new server update is available! v[\d\.]+.$
|
Console.UpdateAvailableRegex=^\[\d\d:\d\d:\d\d\] \[INFO\] A new server update is available! v[\d\.]+.$
|
||||||
Console.MetricsRegex=
|
Console.MetricsRegex=
|
||||||
Console.SuppressLogAtStart=False
|
Console.SuppressLogAtStart=False
|
||||||
|
Loading…
Reference in New Issue
Block a user