Index: src/game/g_cmds.c =================================================================== --- src/game/g_cmds.c (revision 839) +++ src/game/g_cmds.c (working copy) @@ -1526,7 +1526,7 @@ } //if we are not currently spectating, we are attempting evolution - if( currentClass != PCL_NONE ) + if( ent->client->pers.classSelection != PCL_NONE ) { if( ( ent->client->ps.stats[ STAT_STATE ] & SS_WALLCLIMBING ) || ( ent->client->ps.stats[ STAT_STATE ] & SS_WALLCLIMBINGCEILING ) )