mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-05 06:16:05 +02:00
Random fixes
This commit is contained in:
+7
-3
@@ -74,8 +74,12 @@ export const useGameStore = defineStore('Game', () => {
|
||||
}
|
||||
|
||||
async function sweepVRChatCache() {
|
||||
const output = await AssetBundleManager.SweepCache();
|
||||
console.log('SweepCache', output);
|
||||
try {
|
||||
const output = await AssetBundleManager.SweepCache();
|
||||
console.log('SweepCache', output);
|
||||
} catch (e) {
|
||||
console.error('SweepCache failed', e);
|
||||
}
|
||||
if (advancedSettingsStore.isVRChatConfigDialogVisible) {
|
||||
getVRChatCacheSize();
|
||||
}
|
||||
@@ -170,7 +174,7 @@ export const useGameStore = defineStore('Game', () => {
|
||||
avatarStore.addAvatarWearTime(
|
||||
userStore.currentUser.currentAvatar
|
||||
);
|
||||
userStore.currentUser.$previousAvatarSwapTime = '';
|
||||
userStore.currentUser.$previousAvatarSwapTime = null;
|
||||
}
|
||||
locationStore.lastLocationReset();
|
||||
gameLogStore.clearNowPlaying();
|
||||
|
||||
Reference in New Issue
Block a user