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.
/esu networkThrottle chunkDataThrottle view
1 parent 9be8bb8 commit 07c7ea2Copy full SHA for 07c7ea2
bukkit/src/main/kotlin/io/github/rothes/esu/bukkit/module/networkthrottle/ChunkDataThrottle.kt
@@ -30,7 +30,7 @@ object ChunkDataThrottle {
30
versioned.enable()
31
32
NetworkThrottleModule.registerCommands(object {
33
- @Command("network chunkDataThrottle view")
+ @Command("esu networkThrottle chunkDataThrottle view")
34
@ShortPerm("chunkDataThrottle")
35
fun chunkDataThrottleView(sender: User) {
36
val (minimalChunks, resentChunks, resentBlocks) = counter
0 commit comments