mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-12-29 21:18:17 +03:00
Fixed something important
This commit is contained in:
parent
ec8447dc6e
commit
e550f051e3
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
Configs.get('discord.states').then((settings) => {
|
||||
states = {
|
||||
'in-game': settings!['in-game']['details'],
|
||||
'in-launcher': settings!['in-game']['details']
|
||||
'in-launcher': settings!['in-launcher']['details']
|
||||
};
|
||||
|
||||
if (settings!['in-game']['state'] != '')
|
||||
|
|
Loading…
Reference in a new issue