mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Do not record replays when dedicated
This commit is contained in:
parent
216644906b
commit
6949781ca2
1 changed files with 1 additions and 1 deletions
|
|
@ -3164,7 +3164,7 @@ boolean P_SetupLevel(boolean skipprecip)
|
|||
: mapheaderinfo[gamemap - 1]->numlaps);
|
||||
|
||||
//@TODO NET REPLAYS NEED BETTER FILE NAMING STUFF. ALSO OPTIONS. FUCK.
|
||||
if (!demoplayback && multiplayer) {
|
||||
if (!demoplayback && multiplayer && !dedicated) {
|
||||
static char buf[256];
|
||||
sprintf(buf, "replay"PATHSEP"online"PATHSEP"%d-%s", (int) (time(NULL)), G_BuildMapName(gamemap));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue