mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-12-20 17:01:47 +03:00
Removed estimated counter when just sitting in launcher
This commit is contained in:
parent
ef1c002034
commit
f233092d36
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ export default class Launcher
|
||||||
|
|
||||||
time: {
|
time: {
|
||||||
// @ts-expect-error
|
// @ts-expect-error
|
||||||
start: discord.timer ? Math.round(Date.now() / 1000) : 0
|
start: state === 'in-launcher' ? 0 : discord.timer ? Math.round(Date.now() / 1000) : 0
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue