mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-17 22:03:50 +02:00
Fix user profile badges and random errors
This commit is contained in:
@@ -431,6 +431,9 @@ async function getBundleDateSize(ref) {
|
||||
const bundleJson = [];
|
||||
for (let i = ref.unityPackages.length - 1; i > -1; i--) {
|
||||
const unityPackage = ref.unityPackages[i];
|
||||
if (!unityPackage) {
|
||||
continue;
|
||||
}
|
||||
if (
|
||||
unityPackage.variant &&
|
||||
unityPackage.variant !== 'standard' &&
|
||||
|
||||
Reference in New Issue
Block a user