Fixed the timing of the discord integration load
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user