Skip to content

Commit 427b678

Browse files
committed
disable deafened
1 parent 059040a commit 427b678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LavalinkServer/src/main/java/lavalink/server/config/KoeConfiguration.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class KoeConfiguration(val serverConfig: ServerConfig) {
3434
@Bean
3535
fun koeOptions(): KoeOptions = KoeOptions.builder().apply {
3636
setGatewayVersion(GatewayVersion.V8)
37-
setDeafened(true)
37+
// setDeafened(true)
3838

3939
val systemType: SystemType? = try {
4040
SystemType(DefaultArchitectureTypes.detect(), DefaultOperatingSystemTypes.detect())

0 commit comments

Comments
 (0)