mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Do not start dedicated server in GP if -warp is used
This commit is contained in:
parent
5efce73680
commit
17bf7d0935
1 changed files with 1 additions and 1 deletions
|
|
@ -1655,7 +1655,7 @@ void D_SRB2Main(void)
|
|||
}
|
||||
|
||||
{
|
||||
if (!M_CheckParm("-server"))
|
||||
if (!M_CheckParm("-server") && !M_CheckParm("-dedicated"))
|
||||
{
|
||||
G_SetUsedCheats();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue