mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-12 01:21:23 -07:00
Rename Class3_Sub2_Sub6 to QuickChatPhraseType
This commit is contained in:
parent
6b1365e4ec
commit
5eb5e538ce
5 changed files with 8 additions and 8 deletions
|
|
@ -125,8 +125,8 @@ public final class Static230 {
|
|||
}
|
||||
|
||||
@OriginalMember(owner = "client!sj", name = "b", descriptor = "(II)Lclient!cb;")
|
||||
public static Class3_Sub2_Sub6 method3953(@OriginalArg(1) int arg0) {
|
||||
@Pc(10) Class3_Sub2_Sub6 local10 = (Class3_Sub2_Sub6) Static249.aClass54_15.method1806((long) arg0);
|
||||
public static QuickChatPhraseType method3953(@OriginalArg(1) int arg0) {
|
||||
@Pc(10) QuickChatPhraseType local10 = (QuickChatPhraseType) Static249.aClass54_15.method1806((long) arg0);
|
||||
if (local10 != null) {
|
||||
return local10;
|
||||
}
|
||||
|
|
@ -136,7 +136,7 @@ public final class Static230 {
|
|||
} else {
|
||||
local27 = Static262.aClass153_108.getFile(1, arg0 & 0x7FFF);
|
||||
}
|
||||
local10 = new Class3_Sub2_Sub6();
|
||||
local10 = new QuickChatPhraseType();
|
||||
if (local27 != null) {
|
||||
local10.method761(new Buffer(local27));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue