Skip to content

Commit 07c7ea2

Browse files
committed
[ChunkDataThrottle] Re-added /esu networkThrottle chunkDataThrottle view command
1 parent 9be8bb8 commit 07c7ea2

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("network chunkDataThrottle view")
33+
@Command("esu networkThrottle chunkDataThrottle view")
3434
@ShortPerm("chunkDataThrottle")
3535
fun chunkDataThrottleView(sender: User) {
3636
val (minimalChunks, resentChunks, resentBlocks) = counter

0 commit comments

Comments
 (0)