Skip to content

Commit

Permalink
Fix game state on client time out
Browse files Browse the repository at this point in the history
  • Loading branch information
tmyqlfpir authored and Hendricks266 committed Aug 3, 2023
1 parent 011939d commit ee70808
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/blood/src/network.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1082,6 +1082,7 @@ void netInitialize(bool bConsole)
{
initprintf("Could not connect to %s:%i\n", gNetAddress, gNetPort);
netDeinitialize();
netResetToSinglePlayer();
return;
}
bool bWaitServer = true;
Expand Down

0 comments on commit ee70808

Please sign in to comment.