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 @@
-
-
+
+