From 866d4c4a51664231fb58258a9fba88d1425753c0 Mon Sep 17 00:00:00 2001 From: kadaverjack Date: Wed, 14 Dec 2005 10:46:00 +0000 Subject: [PATCH] ops, forgot to remove a stupid debug bprint before commiting :P git-svn-id: svn://svn.icculus.org/nexuiz/trunk@663 f962a42d-fe04-0410-a3ab-8c8b0445ebaa --- data/qcsrc/gamec/g_world.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/qcsrc/gamec/g_world.c b/data/qcsrc/gamec/g_world.c index f79a473ee..5acfcd5ae 100644 --- a/data/qcsrc/gamec/g_world.c +++ b/data/qcsrc/gamec/g_world.c @@ -636,7 +636,7 @@ void() CheckRules_World = if (gameover) // someone else quit the game already return; -bprint("==== ", ftos(bot_number), "\n"); + timelimit = cvar("timelimit") * 60; fraglimit = cvar("fraglimit"); -- 2.39.2