mirror of
https://github.com/Sanae6/SmoOnlineServer.git
synced 2024-11-22 03:05:16 +00:00
puss
This commit is contained in:
parent
5d1b95997c
commit
1f57a9fb65
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ public class Client : IDisposable {
|
|||
|
||||
PacketAttribute packetAttribute = Constants.PacketMap[typeof(T)];
|
||||
if (packetAttribute.Type is not PacketType.Cap and not PacketType.Player)
|
||||
Logger.Info($"About to receive {packetAttribute.Type} -");
|
||||
Logger.Info($"About to receive {packetAttribute.Type} - {typeof(T)}");
|
||||
PacketHeader header = new PacketHeader {
|
||||
Id = sender?.Id ?? Id,
|
||||
Type = packetAttribute.Type,
|
||||
|
|
Loading…
Reference in a new issue