From 6f0dab57bd42c81eadceaa66dc343d3f3752defc Mon Sep 17 00:00:00 2001 From: Natsumi Date: Sat, 22 Nov 2025 18:39:45 +1100 Subject: [PATCH] Fix OnPlayerLeft spam --- Dotnet/LogWatcher.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dotnet/LogWatcher.cs b/Dotnet/LogWatcher.cs index 9700ccaf..d9136cf8 100644 --- a/Dotnet/LogWatcher.cs +++ b/Dotnet/LogWatcher.cs @@ -427,8 +427,9 @@ namespace VRCX // 2021.09.02 00:49:15 Log - [Behaviour] Destination fetching: wrld_4432ea9b-729c-46e3-8eaf-846aa0a37fdd // 2022.08.13 18:57:00 Log - [Behaviour] OnLeftRoom // 2024.11.22 15:32:28 Log - [Behaviour] Successfully left room + // 2025.11.20 01:35:38 Debug - [Behaviour] OnLeftRoom - if (line.Contains("[Behaviour] Successfully left room")) + if (line.Contains("[Behaviour] OnLeftRoom")) { AppendLog(new[] {