sync the timers with sorting to avoid weird desyncs between them

This commit is contained in:
2025-12-20 21:21:09 +01:00
parent ea74bbea90
commit 9e5580836c
4 changed files with 25 additions and 7 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ export default defineComponent({
this.eorzeaTime = new EorzeaTime();
setInterval(() => {
this.eorzeaTime = new EorzeaTime();
}, 500);
}, 1000);
const itemData: Response | null = await fetch("/data/items.json")
.catch((): null => {