]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/bot/default/bot.qc
Revert "Give bots a weapon on map reset"
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / bot / default / bot.qc
index 99bbd44ee029226d3f03aa84f0974233001eeb19..07587befa8794a13bdeb6d0240828f611ce6f8ef 100644 (file)
@@ -118,9 +118,6 @@ void bot_think(entity this)
 
        if (time < game_starttime)
        {
-               .entity weaponentity = weaponentities[0];
-               if(this.(weaponentity).m_weapon == WEP_Null)
-                       W_NextWeapon(this, 0, weaponentity);
                // block the bot during the countdown to game start
                CS(this).movement = '0 0 0';
                return;