From da07044e13015c48b182236960c903ef872283f7 Mon Sep 17 00:00:00 2001 From: IceOfWraith <96364530+IceOfWraith@users.noreply.github.com> Date: Sun, 3 Jul 2022 10:26:22 -0500 Subject: [PATCH] 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! --- empyrion-galactic-survival.kvp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/empyrion-galactic-survival.kvp b/empyrion-galactic-survival.kvp index e244685..0a8667c 100644 --- a/empyrion-galactic-survival.kvp +++ b/empyrion-galactic-survival.kvp @@ -69,7 +69,7 @@ Console.ThrowawayMessageRegex=^(WARNING|ERROR): Shader.+$ Console.AppReadyRegex=^.*-LOG- Server started listening on port .*$ Console.UserJoinRegex=^.*-LOG-.*Player (?.+?)\/'(?.+?)' login ok$ Console.UserLeaveRegex=^.*-LOG-.*, (?.+?)\/=\/'(?.+?)' disconnected$ -Console.UserChatRegex=^(?.+?): (?.+)$ +Console.UserChatRegex= Console.UpdateAvailableRegex=^\[\d\d:\d\d:\d\d\] \[INFO\] A new server update is available! v[\d\.]+.$ Console.MetricsRegex= Console.SuppressLogAtStart=False