X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fbot%2Fdefault%2Fbot.qc;h=d7cf429d74e150a8324c0c30bfe0245d683658f1;hb=3b5e884b5e67ad05b088c0f0d6af589a6c39be3a;hp=b81507890f302da772d225f28f44c12a73ac85ae;hpb=c88915306c11c228f92e605482ff612b59469910;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/bot/default/bot.qc b/qcsrc/server/bot/default/bot.qc index b81507890..d7cf429d7 100644 --- a/qcsrc/server/bot/default/bot.qc +++ b/qcsrc/server/bot/default/bot.qc @@ -118,7 +118,6 @@ void bot_think(entity this) W_NextWeapon(this, 0, weaponentity); // block the bot during the countdown to game start CS(this).movement = '0 0 0'; - this.bot_nextthink = game_starttime; return; }