mirror of
https://github.com/rafi1212122/PemukulPaku
synced 2025-12-16 15:44:35 +01:00
LeShite abyss
This commit is contained in:
@@ -7,7 +7,9 @@ namespace PemukulPaku.GameServer.Handlers
|
||||
{
|
||||
public void Handle(Session session, Packet packet)
|
||||
{
|
||||
session.Send(Packet.FromProto(new GetGodWarRsp() { retcode = GetGodWarRsp.Retcode.Succ }, CmdId.GetGodWarRsp));
|
||||
GetGodWarRsp Rsp = new() { retcode = GetGodWarRsp.Retcode.Succ };
|
||||
|
||||
session.Send(Packet.FromProto(Rsp, CmdId.GetGodWarRsp));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user