Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Revert "client: don't drop in error when disconnecting from a demo"
This reverts commit 9caa17c.
  • Loading branch information
isRyven committed Jan 8, 2020
1 parent 6319f49 commit 06fdd43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/cl_main.c
Expand Up @@ -827,7 +827,7 @@ void CL_Disconnect_f(void)
{
SCR_StopCinematic();

if (cls.state != CA_DISCONNECTED && cls.state != CA_CINEMATIC && !clc.demoplaying)
if (cls.state != CA_DISCONNECTED && cls.state != CA_CINEMATIC)
{
Com_Error(ERR_DISCONNECT, "Disconnected from server");
}
Expand Down

0 comments on commit 06fdd43

Please sign in to comment.