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.
view
stats
1 parent 6ee9eef commit 0191edcCopy full SHA for 0191edc
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("esu networkThrottle chunkDataThrottle view")
+ @Command("esu networkThrottle chunkDataThrottle stats")
34
@ShortPerm("chunkDataThrottle")
35
fun chunkDataThrottleView(sender: User) {
36
val (minimalChunks, resentChunks, resentBlocks) = counter
0 commit comments