chore: don't dispatch network handlers

This commit is contained in:
goaaats 2022-06-07 14:15:06 +02:00
parent 0228b397a1
commit 2ff8533e0d
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B

View file

@ -139,7 +139,7 @@ namespace Dalamud.Game.Network
{
// Call events
// TODO: Implement actor IDs
this.NetworkMessage?.Invoke(dataPtr + 0x20, (ushort)Marshal.ReadInt16(dataPtr), 0x0, 0x0, NetworkMessageDirection.ZoneUp);
// this.NetworkMessage?.Invoke(dataPtr + 0x20, (ushort)Marshal.ReadInt16(dataPtr), 0x0, 0x0, NetworkMessageDirection.ZoneUp);
}
catch (Exception ex)
{