From 42cacc935bddc55e706de808b4194fe3c0b9501a Mon Sep 17 00:00:00 2001 From: /dev/humancontroller Date: Tue, 7 Feb 2017 18:37:01 +0100 Subject: fix weapons remaining held and usable after selling them by WoGoMo --- src/game/g_cmds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/game/g_cmds.c b/src/game/g_cmds.c index 6c903ce4..a3831ae0 100644 --- a/src/game/g_cmds.c +++ b/src/game/g_cmds.c @@ -2303,7 +2303,7 @@ void Cmd_Sell_f( gentity_t *ent ) //if we have this weapon selected, force a new selection if( weapon == selected ) - G_ForceWeaponChange( ent, WP_NONE ); + G_ForceWeaponChange( ent, WP_BLASTER ); } else if( upgrade != UP_NONE ) { -- cgit