mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 06:43:51 +02:00
Lint
This commit is contained in:
@@ -13204,8 +13204,7 @@ speechSynthesis.getVoices();
|
||||
this.currentInstanceLocation = {};
|
||||
} else if (
|
||||
instanceId !== this.currentInstanceLocation.tag &&
|
||||
this.currentInstanceLocation.tag !==
|
||||
this.lastLocationDestination
|
||||
this.currentInstanceLocation.tag !== this.lastLocationDestination
|
||||
) {
|
||||
this.currentInstanceWorld = {
|
||||
ref: {},
|
||||
@@ -13803,8 +13802,8 @@ speechSynthesis.getVoices();
|
||||
) {
|
||||
assetUrl = unityPackage.assetUrl;
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
var fileId = extractFileId(assetUrl);
|
||||
var fileVersion = parseInt(extractFileVersion(assetUrl), 10);
|
||||
if (fileId) {
|
||||
|
||||
Reference in New Issue
Block a user