From 4a1c2b62db0b34dd50d2717c00d2e0d737bf13c3 Mon Sep 17 00:00:00 2001 From: jeefo Date: Thu, 23 Jun 2016 15:32:14 +0300 Subject: [PATCH] reverted mistaken thing --- source/basecode.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/basecode.cpp b/source/basecode.cpp index 03c1f3c..2eb63e2 100644 --- a/source/basecode.cpp +++ b/source/basecode.cpp @@ -1593,7 +1593,7 @@ void Bot::PurchaseWeapons (void) break; case BUYSTATE_SECONDARY_WEAPON: // if bot has still some money, buy a better secondary weapon - if (false || isPistolMode || (HasPrimaryWeapon () && (pev->weapons & ((1 << WEAPON_USP) | (1 << WEAPON_GLOCK))) && m_moneyAmount > Random.Long (7500, 9000))) + if (isPistolMode || (HasPrimaryWeapon () && (pev->weapons & ((1 << WEAPON_USP) | (1 << WEAPON_GLOCK))) && m_moneyAmount > Random.Long (7500, 9000))) { do {