mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-05 06:16:05 +02:00
Bug fix
This commit is contained in:
+1
-2
@@ -404,7 +404,7 @@ namespace VRCX
|
||||
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");
|
||||
if (lineOffset < 0)
|
||||
@@ -497,7 +497,6 @@ namespace VRCX
|
||||
"event",
|
||||
"Joining instance blocked by master"
|
||||
});
|
||||
logContext.ShaderKeywordsLimitReached = true;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user