Do not start dedicated server in GP if -warp is used
This commit is contained in:
parent
f3f1eecc62
commit
5bc58aba59
1 changed files with 1 additions and 1 deletions
|
|
@ -1661,7 +1661,7 @@ void D_SRB2Main(void)
|
|||
I_Error("Cannot find a map remotely named '%s'\n", word);
|
||||
else
|
||||
{
|
||||
if (!M_CheckParm("-server"))
|
||||
if (!M_CheckParm("-server") && !M_CheckParm("-dedicated"))
|
||||
{
|
||||
G_SetGameModified(true, true);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue