Trying the default discord integration with a small delay now upon creation

This commit is contained in:
Christian 'ketura' McCarty
2023-08-02 20:22:21 -05:00
parent b951a7555e
commit 3455cb47f6

View File

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