This commit is contained in:
Sanae 2022-04-26 23:54:05 -06:00
parent 5d1b95997c
commit 1f57a9fb65
1 changed files with 1 additions and 1 deletions

View File

@ -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,