Update risk-of-rain-2.kvp
Fix so steam ID is captured as userid on user join
This commit is contained in:
parent
63dd70e3c3
commit
a1887f6721
@ -30,7 +30,7 @@ App.UniversalSleepSteamQueryPort=2
|
|||||||
App.WakeupMode=Any
|
App.WakeupMode=Any
|
||||||
Console.ThrowawayMessageRegex=^((WARNING|ERROR): Shader.+)|((Filename:.*))$
|
Console.ThrowawayMessageRegex=^((WARNING|ERROR): Shader.+)|((Filename:.*))$
|
||||||
Console.AppReadyRegex=^.*Press Enter to chat.*$
|
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.UserLeaveRegex=^.*Log: connection .* has been disconnected by timeout.*
|
||||||
Console.UserChatRegex=^.*\[\d\d:\d\d:\d\d\] \[CHAT\] <(?<username>.+?)> (?<message>.+)$
|
Console.UserChatRegex=^.*\[\d\d:\d\d:\d\d\] \[CHAT\] <(?<username>.+?)> (?<message>.+)$
|
||||||
Meta.Author=IceOfWraith
|
Meta.Author=IceOfWraith
|
||||||
|
Loading…
Reference in New Issue
Block a user