This commit is contained in:
Natsumi
2025-08-24 09:52:29 +12:00
parent 880c93d1ba
commit ced458229b
2 changed files with 2 additions and 2 deletions

View File

@@ -1191,7 +1191,7 @@
"content_stickers": "貼紙", "content_stickers": "貼紙",
"content_pedestals": "分享座", "content_pedestals": "分享座",
"content_prints": "拍立得", "content_prints": "拍立得",
"content_drones": "無人機" "content_drones": "無人機",
"content_items": "物件", "content_items": "物件",
"world_id": "世界 ID", "world_id": "世界 ID",
"instance_id": "房間 ID", "instance_id": "房間 ID",

View File

@@ -364,7 +364,7 @@ export const useVrcxStore = defineStore('Vrcx', () => {
location: locationStore.lastLocation.location location: locationStore.lastLocation.location
}; };
database.addGamelogExternalToDatabase(entry); database.addGamelogExternalToDatabase(entry);
if (notify){ if (notify) {
notificationStore.queueGameLogNoty(entry); notificationStore.queueGameLogNoty(entry);
} }
gameLogStore.addGameLog(entry); gameLogStore.addGameLog(entry);