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
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue