mirror of
https://github.com/rafi1212122/BLHX.Server.git
synced 2025-12-13 15:04:37 +01:00
grids cfg parser yummy
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user