Index: src/game/g_client.c =================================================================== --- src/game/g_client.c (revision 793) +++ src/game/g_client.c (working copy) @@ -762,6 +762,7 @@ SpawnCorpse( ent ); //TA: Clients can't respawn - they must go thru the class cmd + ent->client->pers.classSelection = PCL_NONE; ClientSpawn( ent, NULL, NULL, NULL ); }