Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurochi51 committed Jul 3, 2024
1 parent 73451d9 commit c558d9f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion TickTracker/TickTracker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,6 @@ private void ParseStatusSheet(IEnumerable<Lumina.Excel.GeneratedSheets2.Status>
/// HP = *(int*)packetData;
/// MP = *((ushort*)packetData + 2);
/// GP = *((short*)packetData + 3); // Goes up to 10000 and is tracked and updated at all times
/// player.address + 0x2258 = accountId
private unsafe void ActorTickUpdate(uint entityId, uint* packetData, byte unkByte)
{
receiveActorUpdateHook!.Original(entityId, packetData, unkByte);
Expand Down

0 comments on commit c558d9f

Please sign in to comment.