mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-27 02:33:48 +02:00
Lint
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user