We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf29f96 commit 26d28a3Copy full SHA for 26d28a3
common/src/main/kotlin/com/lambda/module/modules/client/Discord.kt
@@ -57,8 +57,6 @@ object Discord : Module(
57
58
init {
59
listenOnce<WorldEvent.Join> {
60
- // If the player is in a party and this most likely means that the `onEnable`
61
- // block ran and is already handling the activity
62
if (rpc.connected) return@listenOnce false
63
64
runConcurrent {
0 commit comments