Skip to content

Commit

Permalink
feat: clear uuids by replacing list instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
ShindouMihou committed Oct 21, 2023
1 parent f2cf663 commit 236dca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/pw/mihou/nexus/features/react/React.kt
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ class React internal constructor(private val api: DiscordApi, private val render
return {
listenerManagers.forEach { managers -> managers.forEach { it.remove() } }
uuids.forEach { NexusUuidAssigner.deny(it) }
uuids.clear()
uuids = mutableListOf()
}
}

Expand Down

0 comments on commit 236dca4

Please sign in to comment.