mirror of
https://github.com/rafi1212122/BLHX.Server.git
synced 2025-12-13 06:54:51 +01:00
renames
This commit is contained in:
@@ -68,7 +68,7 @@ namespace BLHX.Server.Game
|
||||
var packet = new Packet(buf[readLen..]);
|
||||
c.Log(packet.command.ToString());
|
||||
|
||||
(PacketHandlerDelegate? handler, PacketHandlerAttribute? attr) = PacketFactory.GetPacketHandler(packet.command);
|
||||
(PacketHandlerDelegate? handler, PacketHandlerAttribute? attr) = PacketHandlerFactory.GetPacketHandler(packet.command);
|
||||
if (handler is not null && attr is not null)
|
||||
{
|
||||
handler(this, packet);
|
||||
|
||||
Reference in New Issue
Block a user