grids cfg parser yummy

This commit is contained in:
rfi
2024-02-24 15:22:51 +07:00
parent 529d404c12
commit ded826adf0
4 changed files with 48 additions and 8 deletions

View File

@@ -122,7 +122,7 @@ namespace BLHX.Server.Game
ns.Write(sendBuf);
}
void SendPacket(Packet packet)
void Send(Packet packet)
{
c.Log(packet.command.ToString());
var ns = tcpClient.GetStream();