From 93ae68ac93ba06e6f9c7b4a6c5202941e40beb03 Mon Sep 17 00:00:00 2001 From: Juhu <5894800-Juhu_@users.noreply.gitlab.com> Date: Mon, 5 Jun 2023 21:47:24 +0200 Subject: [PATCH] Revert "Give bots a weapon on map reset" This reverts commit 4f7fbf82a607dbab329b793c527f59229acfd113. --- qcsrc/server/bot/default/bot.qc | 3 --- 1 file changed, 3 deletions(-) diff --git a/qcsrc/server/bot/default/bot.qc b/qcsrc/server/bot/default/bot.qc index 99bbd44ee..07587befa 100644 --- a/qcsrc/server/bot/default/bot.qc +++ b/qcsrc/server/bot/default/bot.qc @@ -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; -- 2.39.2