From: MirceaKitsune Date: Sat, 6 Oct 2012 14:47:21 +0000 (+0300) Subject: Add an update from Xonotic related to my last commit X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=55b528e840a09ca9f65affb21790b244cd6d76b4;p=voretournament%2Fvoretournament.git Add an update from Xonotic related to my last commit --- diff --git a/data/qcsrc/server/g_world.qc b/data/qcsrc/server/g_world.qc index 93a16bdd..345d605d 100644 --- a/data/qcsrc/server/g_world.qc +++ b/data/qcsrc/server/g_world.qc @@ -471,6 +471,8 @@ void spawnfunc_worldspawn (void) compressShortVector_init(); + allowed_to_spawn = TRUE; + local entity head; head = nextent(world); maxclients = 0;