Skip to content

Commit

Permalink
remove extra return
Browse files Browse the repository at this point in the history
  • Loading branch information
lionkor authored Oct 4, 2024
1 parent 1676d41 commit dc13e4a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Network/Resources.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@ SOCKET InitDSock() {
KillSocket(DSock);
Terminate = true;
return 0;
return 0;
}
ServerAddr.sin_family = AF_INET;
ServerAddr.sin_port = htons(LastPort);
Expand Down

0 comments on commit dc13e4a

Please sign in to comment.