Skip to content

Commit 26d28a3

Browse files
committed
Update Discord.kt
1 parent cf29f96 commit 26d28a3

File tree

1 file changed

+0
-2
lines changed
  • common/src/main/kotlin/com/lambda/module/modules/client

1 file changed

+0
-2
lines changed

common/src/main/kotlin/com/lambda/module/modules/client/Discord.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ object Discord : Module(
5757

5858
init {
5959
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
6260
if (rpc.connected) return@listenOnce false
6361

6462
runConcurrent {

0 commit comments

Comments
 (0)