We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95a7d40 commit fd13990Copy full SHA for fd13990
LavalinkServer/src/main/java/lavalink/server/io/SocketContext.kt
@@ -82,7 +82,6 @@ class SocketContext(
82
var resumeTimeout = 60L // Seconds
83
private var sessionTimeoutFuture: ScheduledFuture<Unit>? = null
84
private val executor: ScheduledExecutorService = Executors.newSingleThreadScheduledExecutor()
85
- val playerUpdateService: ScheduledExecutorService
86
87
val playingPlayers: List<LavalinkPlayer>
88
get() {
0 commit comments