mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-19 11:29:54 +08:00
Fix the chat history not correctly showing.
This commit is contained in:
committed by
Luke H-W
Unverified
parent
38107326a1
commit
80f9346983
@@ -13,8 +13,10 @@ public class HandlerPullPrivateChatReq extends PacketHandler {
|
||||
@Override
|
||||
public void handle(GameSession session, byte[] header, byte[] payload) throws Exception {
|
||||
PullPrivateChatReq req = PullPrivateChatReq.parseFrom(payload);
|
||||
|
||||
session.getServer().getChatManager().handlePullPrivateChatReq(session.getPlayer(), req.getTargetUid());
|
||||
|
||||
session.send(new PacketPullPrivateChatRsp());
|
||||
// session.send(new PacketPullPrivateChatRsp(req.getTargetUid()));
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user