Skip to content

Commit 7aae60e

Browse files
committed
Removed extra bracket
1 parent 36f5737 commit 7aae60e

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ object Discord : Module(
106106
if (player.isPartyOwner) deleteParty() else leaveParty()
107107
return
108108
}
109-
}
110109

111110
val (party, error) = createParty()
112111
if (error != null) warn("Failed to create a party: ${error.errorData}")

0 commit comments

Comments
 (0)