add mitm script, more sdk handling to be safe (cbt over)

This commit is contained in:
raphaeIl
2025-01-13 11:27:37 -05:00
parent ab8953908e
commit 2ac86f80b6
6 changed files with 306 additions and 42 deletions

View File

@@ -70,7 +70,7 @@ namespace Novaria.GameServer.Controllers.Api.ProtocolHandlers
}
[ProtocolHandler(NetMsgId.player_ping_req)]
public Packet PlayerRegHandler(PlayerReg req)
public Packet PlayerRegHandler(Ping req)
{
return Packet.Create(NetMsgId.player_ping_succeed_ack, new Pong()
{