From 8d1d82e113947c1ec41fd606af025a8e0c0e39a7 Mon Sep 17 00:00:00 2001 From: havoc Date: Sun, 12 Apr 2009 09:52:57 +0000 Subject: [PATCH] tweak the start time of the level a bit to cause items to spawn before clients join git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8909 d7cf8633-e32d-0410-b094-e92efae38249 --- sv_main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sv_main.c b/sv_main.c index 6c9e178e..6b43589d 100644 --- a/sv_main.c +++ b/sv_main.c @@ -2934,6 +2934,7 @@ void SV_SpawnServer (const char *server) prog->allowworldwrites = false; // run two frames to allow everything to settle + prog->globals.server->time = sv.time = 1.0001; for (i = 0;i < 2;i++) { sv.frametime = 0.1; -- 2.39.2