Skip to content

Commit

Permalink
Remove old aleph one condition
Browse files Browse the repository at this point in the history
  • Loading branch information
Kolfering committed Oct 12, 2024
1 parent 33032c3 commit 8e182bb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Source_Files/Network/network.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1687,11 +1687,6 @@ void NetRetargetJoinAttempts(const IPaddress* inAddress)
if(host_address_specified)
{
host_address = *inAddress;
// Aleph One 1.1 and earlier didn't send the gather port
if(host_address.port == 0)
{
host_address.port = SDL_SwapBE16(DEFAULT_GAME_PORT);
}
}
}

Expand Down

0 comments on commit 8e182bb

Please sign in to comment.