mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-19 21:10:17 -07: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
|
|
@ -2,7 +2,7 @@ package org.runite.client;
|
|||
|
||||
import org.rs09.client.data.HashTable;
|
||||
|
||||
final class AtmosphereParser {
|
||||
public final class AtmosphereParser {
|
||||
|
||||
static HashTable aHashTable_3679 = new HashTable(16);
|
||||
static AtmosphereParser[][] aAtmosphereParserArrayArray1581 = new AtmosphereParser[13][13];
|
||||
|
|
@ -20,7 +20,7 @@ final class AtmosphereParser {
|
|||
static int anInt1191;
|
||||
static int screenLowerY;
|
||||
|
||||
static void method1427(int var1) {
|
||||
public static void musicHandler(int var1) {
|
||||
try {
|
||||
if (-1 == var1 && !Class83.aBoolean1158) {
|
||||
GameObject.method1870();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue