From 2d2c0f3474b471790573350e50981c443bf3eb6c Mon Sep 17 00:00:00 2001
From: Mircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Date: Sat, 12 Feb 2011 02:28:56 +0200
Subject: [PATCH] Make a comment more correct

---
 qcsrc/server/bot/havocbot/havocbot.qc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qcsrc/server/bot/havocbot/havocbot.qc b/qcsrc/server/bot/havocbot/havocbot.qc
index f7853a5757..947a75af83 100644
--- a/qcsrc/server/bot/havocbot/havocbot.qc
+++ b/qcsrc/server/bot/havocbot/havocbot.qc
@@ -146,7 +146,7 @@ void havocbot_ai()
 	}
 	havocbot_movetogoal();
 
-	// if the bot is not attacking, go through all weapons that aren't fully loaded and reload them to keep them ready
+	// if the bot is not attacking, consider reloading weapons
 	if not(self.aistatus & AI_STATUS_ATTACKING)
 	{
 		float i;
-- 
2.39.5