Fixed something important

This commit is contained in:
Observer KRypt0n_ 2022-01-05 03:18:20 +02:00
parent ec8447dc6e
commit e550f051e3
No known key found for this signature in database
GPG key ID: DC5D4EC1303465DA

View file

@ -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'] != '')