revert applyUser Changes

This commit is contained in:
pa
2025-10-31 17:41:28 +09:00
committed by Natsumi
parent 45e1b3001c
commit 69923c2655
+2 -2
View File
@@ -413,7 +413,7 @@ export const useUserStore = defineStore('User', () => {
delete json.currentAvatarThumbnailImageUrl; delete json.currentAvatarThumbnailImageUrl;
} }
if (typeof ref === 'undefined') { if (typeof ref === 'undefined') {
ref = { ref = reactive({
ageVerificationStatus: '', ageVerificationStatus: '',
ageVerified: false, ageVerified: false,
allowAvatarCopying: false, allowAvatarCopying: false,
@@ -480,7 +480,7 @@ export const useUserStore = defineStore('User', () => {
$moderations: {}, $moderations: {},
// //
...json ...json
}; });
if (locationStore.lastLocation.playerList.has(json.id)) { if (locationStore.lastLocation.playerList.has(json.id)) {
// update $location_at from instance join time // update $location_at from instance join time
const player = locationStore.lastLocation.playerList.get( const player = locationStore.lastLocation.playerList.get(