$OpenBSD$ --- src/server/sv_init.c.orig Tue Aug 10 18:17:02 2010 +++ src/server/sv_init.c Thu Aug 19 04:55:35 2010 @@ -79,9 +79,9 @@ void SV_SetConfigstring( int index, const char *val ) } // RF, don't send to bot/AI - if ( client->gentity && ( client->gentity->r.svFlags & SVF_CASTAI ) ) { - continue; - } + //if ( client->gentity && ( client->gentity->r.svFlags & SVF_CASTAI ) ) { + // continue; + //} // SV_SendServerCommand( client, "cs %i \"%s\"\n", index, val );