Skip to content

Commit

Permalink
Removed duplicate case statement in PacketFactory.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmcbride committed Sep 26, 2014
1 parent b41ba4c commit 03ec4dc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions InSimDotNet/PacketFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,6 @@ public static PacketType PacketLookup(Type type) {
return PacketType.ISP_PLC;
if (type == typeof(IS_AXM))
return PacketType.ISP_AXM;
if (type == typeof(IS_AXM))
return PacketType.ISP_AXM;
if (type == typeof(IS_ACR))
return PacketType.ISP_ACR;
if (type == typeof(IR_ARP))
Expand Down

0 comments on commit 03ec4dc

Please sign in to comment.