From 58047a1a3a3ea47d87230172fffd8e8feac95cc9 Mon Sep 17 00:00:00 2001
From: Ben Millwood <thebenmachine@gmail.com>
Date: Sat, 3 Oct 2009 13:12:08 +0000
Subject: Fix BG_PlayerCanChangeWeapon

---
 src/game/bg_misc.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/game/bg_misc.c b/src/game/bg_misc.c
index 842b8efa..1be45648 100644
--- a/src/game/bg_misc.c
+++ b/src/game/bg_misc.c
@@ -3389,10 +3389,6 @@ BG_PlayerCanChangeWeapon
 */
 qboolean BG_PlayerCanChangeWeapon( playerState_t *ps )
 {
-  // Can always change from ckit
-  if( ps->weapon == WP_HBUILD )
-    return qtrue;
-
   // Do not allow Lucifer Cannon "canceling" via weapon switch
   if( ps->weapon == WP_LUCIFER_CANNON &&
       ps->stats[ STAT_MISC ] > LCANNON_CHARGE_TIME_MIN )
-- 
cgit