Index: src/game/g_active.c =================================================================== --- src/game/g_active.c (revision 779) +++ src/game/g_active.c (working copy) @@ -1146,7 +1146,8 @@ memset( &pm, 0, sizeof( pm ) ); - if( !( ucmd->buttons & BUTTON_TALK ) ) //&& client->ps.weaponTime <= 0 ) //TA: erk more server load + //r1: dretch exploit fix + if( !( ucmd->buttons & BUTTON_TALK ) && !( client->ps.pm_flags & PMF_RESPAWNED ) ) //&& client->ps.weaponTime <= 0 ) //TA: erk more server load { switch( client->ps.weapon ) {