Skip to content

Commit

Permalink
Minor change to SMSG_TRANSFER_PENDING parsing - output transport name…
Browse files Browse the repository at this point in the history
… instead of just id
  • Loading branch information
Shauren committed Nov 19, 2014
1 parent 0bb8fe2 commit 3b1f357
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ public static void HandleTransferPending(Packet packet)

if (hasShipTransferPending)
{
packet.ReadInt32("ID");
packet.ReadEntry<UInt32>(StoreNameType.GameObject, "ID");
packet.ReadEntry<Int32>(StoreNameType.Map, "OriginMapID");
}

Expand Down

0 comments on commit 3b1f357

Please sign in to comment.