mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 14:56:06 +02:00
Bugs
This commit is contained in:
+1
-1
@@ -338,7 +338,7 @@ namespace VRCX
|
||||
return true;
|
||||
}
|
||||
|
||||
if (line.Contains("] Joining "))
|
||||
if (line.Contains("] Joining ") && !line.Contains("or Creating Room: "))
|
||||
{
|
||||
var lineOffset = line.LastIndexOf("] Joining ");
|
||||
if (lineOffset < 0)
|
||||
|
||||
+3
-2
@@ -8210,7 +8210,6 @@ speechSynthesis.getVoices();
|
||||
}
|
||||
}
|
||||
});
|
||||
if (this.photonLobbyTimeout.length > 0 || hudTimeout.length > 0) {
|
||||
hudTimeout.sort(function (a, b) {
|
||||
if (a.time > b.time) {
|
||||
return 1;
|
||||
@@ -8247,9 +8246,11 @@ speechSynthesis.getVoices();
|
||||
JSON.stringify(filteredHudTimeout)
|
||||
);
|
||||
}
|
||||
if (this.photonLobbyTimeout.length > 0 || hudTimeout.length > 0) {
|
||||
this.photonLobbyTimeout = hudTimeout;
|
||||
|
||||
this.getCurrentInstanceUserList();
|
||||
} else {
|
||||
this.photonLobbyTimeout = hudTimeout;
|
||||
}
|
||||
this.photonBotCheck(event7List);
|
||||
});
|
||||
|
||||
@@ -97,7 +97,6 @@
|
||||
}
|
||||
|
||||
.el-table__row:hover .el-table__cell .cell {
|
||||
-webkit-box-orient: unset;
|
||||
-webkit-line-clamp: unset;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user