mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 04:36:03 +08:00
fix many bugs
This commit is contained in:
@@ -7,7 +7,7 @@ namespace EggLink.DanhengServer.Server.Packet.Recv.Tutorial
|
||||
{
|
||||
public override void OnHandle(Connection connection, byte[] header, byte[] data)
|
||||
{
|
||||
//connection.SendPacket(new PacketGetTutorialGuideScRsp(connection.Player!)); // somebug
|
||||
connection.SendPacket(new PacketGetTutorialGuideScRsp(connection.Player!)); // some bug
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user