Disabling discord default integration for now

This commit is contained in:
Christian 'ketura' McCarty
2023-07-31 01:47:52 -05:00
parent ba8ac60478
commit 5cf64c624e

View File

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