mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-14 13:51:31 +00:00
Merge remote-tracking branch 'remotes/james/netreplays-dedicated-sigsegv-fix' into new_netreplays
This commit is contained in:
commit
3d36f531b9
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…
Reference in a new issue