mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-06 22:46:06 +02:00
Bug fix
This commit is contained in:
+1
-2
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user