From 92a6f315a69e9901c9e8a72c8768d284c55577b2 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 a42b0609a..3b9f8691d 100644 --- a/qcsrc/server/bot/default/bot.qc +++ b/qcsrc/server/bot/default/bot.qc @@ -107,9 +107,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'; this.bot_nextthink = game_starttime; -- 2.39.2