Update risk-of-rain-2.kvp

Fix so steam ID is captured as userid on user join
This commit is contained in:
DataBitz 2022-05-22 16:31:32 +12:00 committed by GitHub
parent 63dd70e3c3
commit a1887f6721
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ App.UniversalSleepSteamQueryPort=2
App.WakeupMode=Any
Console.ThrowawayMessageRegex=^((WARNING|ERROR): Shader.+)|((Filename:.*))$
Console.AppReadyRegex=^.*Press Enter to chat.*$
Console.UserJoinRegex=^.*SteamworksServerManager.OnAuthChange.*$
Console.UserJoinRegex=^.*SteamworksServerManager.OnAuthChange.steamId=(?<userid>\d+),.*$
Console.UserLeaveRegex=^.*Log: connection .* has been disconnected by timeout.*
Console.UserChatRegex=^.*\[\d\d:\d\d:\d\d\] \[CHAT\] <(?<username>.+?)> (?<message>.+)$
Meta.Author=IceOfWraith