mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-17 03:50:24 -07:00
Refactored a bit of the connection process, added a GlobalConfig class to control behavior
This commit is contained in:
parent
ec83b1f868
commit
80c6ba05ff
94 changed files with 592 additions and 578 deletions
|
|
@ -119,7 +119,7 @@ public final class Static44 {
|
|||
}
|
||||
|
||||
@OriginalMember(owner = "client!dh", name = "a", descriptor = "(B)Lclient!uc;")
|
||||
public static MouseWheel method1150() {
|
||||
public static MouseWheel create() {
|
||||
try {
|
||||
return (MouseWheel) Class.forName("JavaMouseWheel").getDeclaredConstructor().newInstance();
|
||||
} catch (@Pc(15) Throwable local15) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue