mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2026-08-10 21:21:01 -06:00
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