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 c7eb5d3 commit 1d9d64fCopy full SHA for 1d9d64f
LavalinkServer/src/main/java/lavalink/server/config/KoeConfiguration.kt
@@ -35,6 +35,7 @@ class KoeConfiguration(val serverConfig: ServerConfig) {
35
fun koeOptions(): KoeOptions = KoeOptions.builder().apply {
36
setGatewayVersion(GatewayVersion.V8)
37
setDeafened(true)
38
+ setEnableWSSPortOverride(false)
39
40
val systemType: SystemType? = try {
41
SystemType(DefaultArchitectureTypes.detect(), DefaultOperatingSystemTypes.detect())
0 commit comments