Skip to content

Commit

Permalink
session send sorry
Browse files Browse the repository at this point in the history
  • Loading branch information
Yazawazi committed Apr 20, 2022
1 parent d3bb409 commit 48cb32f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ public class HandlerSceneTransToPointReq extends PacketHandler {
@Override
public void handle(GameSession session, byte[] header, byte[] payload) throws Exception {
SceneTransToPointReq req = SceneTransToPointReq.parseFrom(payload);
session.send(new PacketSceneTransToPointRsp(session.getPlayer(), req.getPointId(), req.getSceneId()));
}

}

0 comments on commit 48cb32f

Please sign in to comment.