Skip to content

Commit 4b20572

Browse files
committed
[DynamicChunkSendRate] Default enabled by isProxyMode
1 parent 3f0c888 commit 4b20572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bukkit/src/main/kotlin/io/github/rothes/esu/bukkit/module/NetworkThrottleModule.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ object NetworkThrottleModule: BukkitModule<NetworkThrottleModule.ModuleConfig, N
186186
}
187187

188188
data class DynamicChunkSendRate(
189-
val enabled: Boolean = true,
189+
val enabled: Boolean = ServerCompatibility.isProxyMode,
190190
)
191191

192192
data class HighLatencyAdjust(

0 commit comments

Comments
 (0)