mirror of
https://github.com/YouHaveTrouble/DiscipleOfLand.git
synced 2026-05-12 06:26:56 +00:00
sync the timers with sorting to avoid weird desyncs between them
This commit is contained in:
+1
-1
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user