Skip to content

Commit

Permalink
Merge branch 'hotfix/proper_disconnect'
Browse files Browse the repository at this point in the history
  • Loading branch information
MinoMino committed Jul 24, 2015
2 parents 52640e9 + ddbb0f7 commit 10d99ab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions quake.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -730,6 +730,10 @@ int HReadShort(void * msg) {
}

void HAddReliableCommand(const char * cmd) {
if (!strcmp(cmd, "disconnect")) {
OAddReliableCommand(cmd);
return;
}
DOUT << "=> " << cmd << std::endl;
AddQueuedCommand(cmd);
}
Expand Down

0 comments on commit 10d99ab

Please sign in to comment.