Skip to content

Commit 4f36033

Browse files
committed
Change member Sequence
1 parent 2c562cb commit 4f36033

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

velocity/src/main/kotlin/io/github/rothes/esu/velocity/module/networkthrottle/channel/EncoderChannelHandler.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ package io.github.rothes.esu.velocity.module.networkthrottle.channel
33
interface EncoderChannelHandler {
44

55
fun encode(packetData: PacketData) { }
6-
fun flush() { }
76

87
fun flush(totalBufferSize: Int) {
98
flush()
109
}
1110

11+
fun flush() { }
12+
1213
}

0 commit comments

Comments
 (0)