mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-10 10:20:44 -07:00
Rename Class6 to Js5QuickChatCommandDecoder
This commit is contained in:
parent
9bc7aa24b2
commit
ecba825c26
2 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ import org.openrs2.deob.annotation.OriginalMember;
|
|||
import org.openrs2.deob.annotation.Pc;
|
||||
|
||||
@OriginalClass("client!af")
|
||||
public final class Class6 implements QuickChatCommandDecoder {
|
||||
public final class Js5QuickChatCommandDecoder implements QuickChatCommandDecoder {
|
||||
|
||||
@OriginalMember(owner = "client!af", name = "a", descriptor = "(I[IIJ)Lclient!na;")
|
||||
@Override
|
||||
|
|
@ -806,7 +806,7 @@ public final class client extends GameShell {
|
|||
Static3.method4661(Static261.aClass153_107, Static209.aClass153_86, Static41.aClass153_25, Static267.aClass153_109);
|
||||
Static119.method2384(Static274.aClass153_90);
|
||||
Static85.method1774(Static138.aClass153_50);
|
||||
Static59.method1374(Static28.aClass153_18, Static254.aClass153_105, new Class6());
|
||||
Static59.method1374(Static28.aClass153_18, Static254.aClass153_105, new Js5QuickChatCommandDecoder());
|
||||
Static115.method2311(Static28.aClass153_18, Static254.aClass153_105);
|
||||
Static107.method2264(Static274.aClass153_90);
|
||||
Static246.method4237(Static274.aClass153_90, Static209.aClass153_86);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue