From: havoc Date: Sun, 12 Apr 2009 09:52:57 +0000 (+0000) Subject: tweak the start time of the level a bit to cause items to spawn before X-Git-Tag: xonotic-v0.1.0preview~1702 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=8d1d82e113947c1ec41fd606af025a8e0c0e39a7;p=xonotic%2Fdarkplaces.git 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 --- 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;