Fixed up dev console

Added fun new client sided commands
This commit is contained in:
Woah 2021-03-24 02:15:00 -04:00
parent 35cf0a6705
commit fcc1eb3e92
99 changed files with 3947 additions and 3804 deletions

View file

@ -21,7 +21,7 @@ public final class CacheIndex {
static CacheIndex interfacesIndex;
static CacheIndex soundFXIndex;
static CacheIndex landscapesIndex;
static CacheIndex musicIndex;
public static CacheIndex musicIndex;
static CacheIndex modelsIndex;
public static CacheIndex spritesIndex;
static CacheIndex texturesIndex;
@ -156,7 +156,7 @@ public final class CacheIndex {
}
}
final int getArchiveForName(RSString name) {
public final int getArchiveForName(RSString name) {
try {
if (this.isReady()) {
name = name.toLowercase();