Fix recurive viewserver menu crash

It would go into itself over and over
This commit is contained in:
NepDisk 2025-08-24 01:05:22 -04:00
parent f175af7a47
commit 5bb411e546

View file

@ -8096,8 +8096,7 @@ INT32 MR_QuitViewServer(INT32 choice)
{
(void)choice;
D_QuitNetGame();
CL_Reset();
ChangeClientMode(CL_ABORTED);
return true;
}