mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-22 16:23:50 +02:00
Small fixes
This commit is contained in:
@@ -1046,7 +1046,7 @@ export const useUserStore = defineStore('User', () => {
|
||||
let friendCount = 0;
|
||||
const playersInInstance = locationStore.lastLocation.playerList;
|
||||
const cachedCurrentUser = cachedUsers.get(currentUser.value.id);
|
||||
const currentLocation = cachedCurrentUser.$location.tag;
|
||||
const currentLocation = cachedCurrentUser?.$location?.tag;
|
||||
if (!L.isOffline && currentLocation === L.tag) {
|
||||
ref = cachedUsers.get(currentUser.value.id);
|
||||
if (typeof ref !== 'undefined') {
|
||||
|
||||
Reference in New Issue
Block a user