Fix recurive viewserver menu crash
It would go into itself over and over
This commit is contained in:
parent
f175af7a47
commit
5bb411e546
1 changed files with 1 additions and 2 deletions
|
|
@ -8096,8 +8096,7 @@ INT32 MR_QuitViewServer(INT32 choice)
|
|||
{
|
||||
(void)choice;
|
||||
|
||||
D_QuitNetGame();
|
||||
CL_Reset();
|
||||
ChangeClientMode(CL_ABORTED);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue