discord: fix init

This commit is contained in:
Zeruth
2019-07-28 18:03:10 -04:00
parent a3ee9551c5
commit fa272134ff
2 changed files with 2 additions and 4 deletions

View File

@@ -377,6 +377,8 @@ public class RuneLite
// Start plugins
pluginManager.startCorePlugins();
discordService.init();
// Register additional schedulers
if (this.client != null)
{