mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-19 21:10:19 -07:00
26 lines
720 B
Java
26 lines
720 B
Java
package rt4;
|
|
|
|
import org.openrs2.deob.annotation.OriginalMember;
|
|
|
|
public final class Static175 {
|
|
|
|
@OriginalMember(owner = "client!nm", name = "P", descriptor = "[I")
|
|
public static int[] npcSpawnsFileIds;
|
|
|
|
@OriginalMember(owner = "client!nm", name = "W", descriptor = "Lclient!na;")
|
|
public static JagString url;
|
|
|
|
@OriginalMember(owner = "client!nm", name = "U", descriptor = "I")
|
|
public static int mapFilesMissingCount = 0;
|
|
|
|
@OriginalMember(owner = "client!nm", name = "a", descriptor = "(Z)V")
|
|
public static void method3279() {
|
|
if (Static267.anInt5775 > 0) {
|
|
Static278.processLogout();
|
|
} else {
|
|
Static233.aClass95_4 = Protocol.socket;
|
|
Protocol.socket = null;
|
|
client.setGameState(40);
|
|
}
|
|
}
|
|
}
|