Skip to content

Commit 0191edc

Browse files
committed
Move cmd node view to stats
1 parent 6ee9eef commit 0191edc

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/networkthrottle/ChunkDataThrottle.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ object ChunkDataThrottle {
3030
versioned.enable()
3131

3232
NetworkThrottleModule.registerCommands(object {
33-
@Command("esu networkThrottle chunkDataThrottle view")
33+
@Command("esu networkThrottle chunkDataThrottle stats")
3434
@ShortPerm("chunkDataThrottle")
3535
fun chunkDataThrottleView(sender: User) {
3636
val (minimalChunks, resentChunks, resentBlocks) = counter

0 commit comments

Comments
 (0)