Fix avatars not being found in cache (#1027)

This commit is contained in:
Nekromateion
2024-12-16 08:29:38 +01:00
committed by GitHub
parent ba7464d9c2
commit 8f95bb5139
2 changed files with 16 additions and 8 deletions

View File

@@ -16699,7 +16699,6 @@ speechSynthesis.getVoices();
var unityPackage = ref.unityPackages[i];
if (
unityPackage.variant &&
unityPackage.variant !== 'standard' &&
unityPackage.variant !== 'security'
) {
continue;