Parse UsharpVideo, fix OnPlayerJoined:Unnamed

This commit is contained in:
Natsumi
2021-12-15 13:55:46 +13:00
parent 056c1fbf12
commit 6c89077276
2 changed files with 52 additions and 26 deletions

View File

@@ -9038,6 +9038,9 @@ speechSynthesis.getVoices();
if (typeof gameLog.videoPos !== 'undefined') {
videoPos = gameLog.videoPos;
}
if (!this.isDanceWorld(location) && videoUrl === this.nowPlaying.url) {
return;
}
if (!this.isDanceWorld(location) || gameLog.videoId === 'YouTube') {
// skip PyPyDance and VRDancing videos
try {