diff options
Diffstat (limited to 'src/game')
-rw-r--r-- | src/game/g_cmds.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) { |