успешный логин
This commit is contained in:
@@ -52,4 +52,9 @@ public abstract class NetStream_p125 extends NetStream {
|
||||
public long readLong() {
|
||||
return 0; //FIXME
|
||||
}
|
||||
|
||||
@Override
|
||||
public void writeUnsignedByte(int value) {
|
||||
writeByte(value); //FIXME
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user