Skip to content

Commit

Permalink
🐛 idk
Browse files Browse the repository at this point in the history
  • Loading branch information
MeLike2D committed Apr 14, 2021
1 parent e0689a2 commit 6079945
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ class PlayerUpdates(val link: Link) : AudioEventAdapter() {
*/
var enabled: Boolean = true
set(value) {
field = value

link.client.launch {
if (value) start() else stop()
}

field = value
}

/**
Expand Down

0 comments on commit 6079945

Please sign in to comment.