client: rev 201
This commit is contained in:
@@ -1,25 +1,38 @@
|
||||
import net.runelite.mapping.Implements;
|
||||
import net.runelite.mapping.ObfuscatedName;
|
||||
import net.runelite.mapping.ObfuscatedSignature;
|
||||
|
||||
@ObfuscatedName("jy")
|
||||
@ObfuscatedName("jr")
|
||||
@Implements("Strings")
|
||||
public class Strings {
|
||||
@ObfuscatedName("bf")
|
||||
public static String field3540;
|
||||
@ObfuscatedName("cv")
|
||||
public static String field3539;
|
||||
@ObfuscatedName("jw")
|
||||
public static String field3604;
|
||||
@ObfuscatedName("jj")
|
||||
public static String field3351;
|
||||
@ObfuscatedName("js")
|
||||
public static String field3606;
|
||||
@ObfuscatedName("bd")
|
||||
public static String field3501;
|
||||
@ObfuscatedName("cu")
|
||||
public static String field3446;
|
||||
@ObfuscatedName("jo")
|
||||
public static String field3595;
|
||||
@ObfuscatedName("jq")
|
||||
public static String field3634;
|
||||
@ObfuscatedName("ja")
|
||||
public static String field3597;
|
||||
|
||||
static {
|
||||
field3540 = "Please visit the support page for assistance.";
|
||||
field3539 = "Please visit the support page for assistance.";
|
||||
field3604 = "";
|
||||
field3351 = "Page has opened in a new window.";
|
||||
field3606 = "(Please check your popup blocker.)";
|
||||
}
|
||||
field3501 = "Please visit the support page for assistance."; // L: 60
|
||||
field3446 = "Please visit the support page for assistance."; // L: 99
|
||||
field3595 = ""; // L: 284
|
||||
field3634 = "Page has opened in a new window."; // L: 285
|
||||
field3597 = "(Please check your popup blocker.)"; // L: 286
|
||||
} // L: 324
|
||||
|
||||
@ObfuscatedName("e")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "(I)V",
|
||||
garbageValue = "1995982953"
|
||||
)
|
||||
static void method5220() {
|
||||
Messages.Messages_channels.clear(); // L: 54
|
||||
Messages.Messages_hashTable.clear(); // L: 55
|
||||
Messages.Messages_queue.clear(); // L: 56
|
||||
Messages.Messages_count = 0; // L: 57
|
||||
} // L: 58
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user