Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent-Michael committed Feb 19, 2017
1 parent f52d729 commit 2a9e0b9
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -102,7 +102,7 @@ public static void ReadMovementForce(Packet packet, params object[] idx)
public static void ReadMoveStateChange(Packet packet, params object[] idx)
{
var opcode = packet.ReadInt16();
var opcodeName = Opcodes.GetOpcodeName(packet.Opcode, packet.Direction);
var opcodeName = Opcodes.GetOpcodeName(opcode, packet.Direction);
packet.AddValue("MessageID", $"{ opcodeName } (0x{ opcode.ToString("X4") })", idx);

packet.ReadInt32("SequenceIndex", idx);
Expand Down

0 comments on commit 2a9e0b9

Please sign in to comment.