KLALB V3.4
This commit is contained in:
@@ -20,8 +20,8 @@ public class BWINFPacket extends KLALBPacket {
|
||||
}
|
||||
|
||||
@Override
|
||||
public long getLength() {
|
||||
return super.getLength()+16;
|
||||
public long getTotalLength() {
|
||||
return super.getTotalLength();
|
||||
}
|
||||
|
||||
public BWINFPacket(long upSpeed,long downSpeed) {
|
||||
|
||||
Reference in New Issue
Block a user