Skip to content

Commit

Permalink
Remove accidently duplicated call to SwapCommHeaderType
Browse files Browse the repository at this point in the history
This slipped in from commit 8688c7a
  • Loading branch information
th-otto authored and OmniBlade committed Apr 15, 2024
1 parent 5e9160e commit 759f6dd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions common/connect.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,6 @@ int ConnectionClass::Send_Packet(void* buf, int buflen, int ack_req)

SwapCommHeaderType((CommHeaderType*)PacketBuf);

SwapCommHeaderType((CommHeaderType*)PacketBuf);

/*------------------------------------------------------------------------
Now build the packet
------------------------------------------------------------------------*/
Expand Down

0 comments on commit 759f6dd

Please sign in to comment.