Fixed the timing of the discord integration load

This commit is contained in:
Christian 'ketura' McCarty
2023-07-31 01:44:54 -05:00
parent 3badd70be5
commit ba8ac60478

View File

@@ -67,6 +67,7 @@ var ChatBoxUI = Class.extend({
this.comm.getPlayerInfo(function(json)
{
that.initPlayerInfo(json);
that.setDiscordVisible(true);
}, this.chatErrorMap());
if (this.name != null) {