mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-15 11:12:20 +00:00
Don't use matchbots dummy cvar when starting netgames
This commit is contained in:
parent
6987e6516d
commit
0dec816ec9
1 changed files with 3 additions and 1 deletions
|
|
@ -747,7 +747,9 @@ void M_LevelSelected(INT16 add, boolean menuupdate)
|
|||
|
||||
SV_StartSinglePlayerServer(levellist.newgametype, levellist.netgame);
|
||||
|
||||
CV_StealthSet(&cv_kartbot, cv_dummymatchbots.string);
|
||||
if (!levellist.netgame)
|
||||
CV_StealthSet(&cv_kartbot, cv_dummymatchbots.string);
|
||||
|
||||
CV_StealthSet(&cv_kartencore, (cv_dummygpencore.value == 1) ? "On" : "Auto");
|
||||
CV_StealthSet(&cv_kartspeed, (cv_dummykartspeed.value == KARTSPEED_NORMAL) ? "Auto" : cv_dummykartspeed.string);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue