Consolidated a bunch of static classes

This commit is contained in:
Pazaz 2022-05-04 01:49:55 -04:00
parent cf6a86e926
commit 774d382816
260 changed files with 4163 additions and 4536 deletions

View file

@ -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));
}
}