This commit is contained in:
Natsumi
2022-02-06 08:57:13 +13:00
parent db3b1fa092
commit b8203bf2d9
+1 -2
View File
@@ -404,7 +404,7 @@ namespace VRCX
return true; return true;
} }
if ((line.Contains("[Behaviour] OnPlayerLeft") || line.Contains("[NetworkManager] OnPlayerLeft")) && !line.Contains("] OnPlayerLeftRoom")) if ((line.Contains("[Behaviour] OnPlayerLeft") || line.Contains("[NetworkManager] OnPlayerLeft")) && !line.Contains("] OnPlayerLeftRoom") && !line.Contains("] OnPlayerLeft:"))
{ {
var lineOffset = line.LastIndexOf("] OnPlayerLeft"); var lineOffset = line.LastIndexOf("] OnPlayerLeft");
if (lineOffset < 0) if (lineOffset < 0)
@@ -497,7 +497,6 @@ namespace VRCX
"event", "event",
"Joining instance blocked by master" "Joining instance blocked by master"
}); });
logContext.ShaderKeywordsLimitReached = true;
return true; return true;
} }