Skip to content

Commit

Permalink
Notify svc_disconnect in console
Browse files Browse the repository at this point in the history
  • Loading branch information
mittorn committed Sep 12, 2016
1 parent d876e9e commit e1d76c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engine/client/cl_parse.c
Original file line number Diff line number Diff line change
Expand Up @@ -1487,6 +1487,7 @@ void CL_ParseServerMessage( sizebuf_t *msg )
// this does nothing
break;
case svc_disconnect:
MsgDev( D_INFO, "Disconnected from server\n" );
CL_Drop ();
Host_AbortCurrentFrame ();
break;
Expand Down

0 comments on commit e1d76c8

Please sign in to comment.