mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-17 16:35:14 -06:00
Consolidated a bunch of static classes
This commit is contained in:
parent
cf6a86e926
commit
774d382816
260 changed files with 4163 additions and 4536 deletions
|
|
@ -30,7 +30,7 @@ public final class TracingException extends RuntimeException {
|
|||
}
|
||||
local13 = local13 + arg0;
|
||||
}
|
||||
Static5.method31(local13);
|
||||
method31(local13);
|
||||
local13 = Static40.method1014(":", "%3a", local13);
|
||||
local13 = Static40.method1014("@", "%40", local13);
|
||||
local13 = Static40.method1014("&", "%26", local13);
|
||||
|
|
@ -50,4 +50,9 @@ public final class TracingException extends RuntimeException {
|
|||
} catch (@Pc(135) Exception local135) {
|
||||
}
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!af", name = "a", descriptor = "(ILjava/lang/String;)V")
|
||||
public static void method31(@OriginalArg(1) String arg0) {
|
||||
System.out.println("Error: " + Static40.method1014("%0a", "\n", arg0));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue