File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
src/main/java/org/runejs/client/cache/media/gameInterface Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -1910,20 +1910,20 @@ public static void manageTextInputs() {
1910
1910
removeFriend (l );
1911
1911
}
1912
1912
if (anInt876 == 3 && ChatBox .chatMessage .length () > 0 ) {
1913
- // private messages
1913
+ // private messages
1914
1914
ChatBox .filterInput ();
1915
1915
1916
- OutgoingPackets .sendMessage (new SendPrivateMessageOutboundMessage (sendingMessageTo , ChatBox .chatboxInput ));
1916
+ OutgoingPackets .sendMessage (new SendPrivateMessageOutboundMessage (sendingMessageTo , ChatBox .chatMessage ));
1917
1917
1918
1918
if (ChatBox .privateChatMode == 2 ) {
1919
1919
ChatBox .privateChatMode = 1 ;
1920
1920
MovedStatics .redrawChatbox = true ;
1921
1921
1922
- OutgoingPackets .sendMessage (new SetChatOptionsOutboundMessage (
1923
- ChatBox .publicChatMode ,
1924
- ChatBox .privateChatMode ,
1925
- ChatBox .tradeMode
1926
- ));
1922
+ OutgoingPackets .sendMessage (new SetChatOptionsOutboundMessage (
1923
+ ChatBox .publicChatMode ,
1924
+ ChatBox .privateChatMode ,
1925
+ ChatBox .tradeMode
1926
+ ));
1927
1927
}
1928
1928
}
1929
1929
if (anInt876 == 4 && !Game .ignoreList .isFull ()) {
You can’t perform that action at this time.
0 commit comments