forked from 2009Scape/Server
Fixed up dev console
Added fun new client sided commands
This commit is contained in:
parent
35cf0a6705
commit
fcc1eb3e92
99 changed files with 3947 additions and 3804 deletions
|
|
@ -135,7 +135,7 @@ public class DataBuffer extends Linkable {
|
|||
return this.buffer[this.index++] - 128 & 0xff;
|
||||
}
|
||||
|
||||
final void writeByte(int value) {
|
||||
public final void writeByte(int value) {
|
||||
this.buffer[this.index++] = (byte) value;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue