(probably) fixed voice language update button

This commit is contained in:
Observer KRypt0n_ 2022-01-03 19:59:55 +02:00
parent d2de083355
commit 8260d1b975
No known key found for this signature in database
GPG key ID: DC5D4EC1303465DA

View file

@ -55,7 +55,11 @@ export default class Launcher
Debug.merge(record.pop().data.records);
else if (record.data === 'voice-update-required')
{
this.state!.set('game-voice-update-required');
record.pop();
}
});
});