From e910102d1e37924cb9d892236a00f89e4aa9d306 Mon Sep 17 00:00:00 2001 From: Micdu70 Date: Wed, 22 Oct 2025 22:38:31 +0200 Subject: [PATCH] Bug fix --- Entities/LogFileWatcher.cs | 2 +- FallGuysStats.csproj | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Entities/LogFileWatcher.cs b/Entities/LogFileWatcher.cs index bc64efdb..f9d2e410 100644 --- a/Entities/LogFileWatcher.cs +++ b/Entities/LogFileWatcher.cs @@ -207,7 +207,7 @@ private void ReadLogFile() { if (!string.Equals(content, "null") && int.TryParse(content, out int queuedPlayers)) { Stats.QueuedPlayers = queuedPlayers; - Stats.IsQueuing = true; + Stats.IsQueuing = !this.threadLocalVariable.Value.isPrivateLobby; } break; } diff --git a/FallGuysStats.csproj b/FallGuysStats.csproj index 8ec4ece9..c14dbf77 100644 --- a/FallGuysStats.csproj +++ b/FallGuysStats.csproj @@ -1185,7 +1185,7 @@ - + @@ -1198,10 +1198,10 @@ - + - + @@ -1235,8 +1235,8 @@ - - + +