mirror of
https://github.com/raphaeIl/Novaria.git
synced 2025-12-15 07:54:36 +01:00
add mitm script, more sdk handling to be safe (cbt over)
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user