Skip to content

Commit 30409ac

Browse files
committed
Plains of Pain: update app ready regex for upcoming release
1 parent 3d60b6a commit 30409ac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plains-of-pain.kvp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Meta.Prerequisites=[]
2121
Meta.ExtraContainerPackages=[]
2222
Meta.ConfigReleaseState=NotSpecified
2323
Meta.NoCommercialUsage=False
24-
Meta.ConfigVersion=2
24+
Meta.ConfigVersion=3
2525
Meta.ReleaseNotes=
2626
Meta.BreakingReleaseNotes=
2727
Meta.AppConfigId=4b2fa406-6285-4ad0-a64f-fd79b2ba6c5a
@@ -98,7 +98,7 @@ App.ApplicationReadyMode=RegexMatch
9898
Console.FilterMatchRegex=
9999
Console.FilterMatchReplacement=
100100
Console.ThrowawayMessageRegex=^(WARNING|ERROR): Shader.+$
101-
Console.AppReadyRegex=^Set Game State: RUNNING$
101+
Console.AppReadyRegex=^(Set Game State: RUNNING|Server Ready)$
102102
Console.UserJoinRegex=^$
103103
Console.UserLeaveRegex=^$
104104
Console.UserChatRegex=^$

0 commit comments

Comments
 (0)