Game + Actor improvements p1.

This commit is contained in:
mohabhassan 2018-09-17 23:50:38 +02:00
parent e205761d48
commit be0fa16fb1
58 changed files with 3229 additions and 1449 deletions

View file

@ -862,6 +862,7 @@ char *G_ClientConnect( int clientNum, qboolean firstTime ) {
gentity_t *ent;
char userinfo[ MAX_INFO_STRING ];
gi.DPrintf("TTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTT\n");
if( !g_gametype->integer ) {
return NULL;
}
@ -935,7 +936,6 @@ char *G_ClientConnect( int clientNum, qboolean firstTime ) {
G_PrintToAllClients( va( "%s is preparing for deployment\n", client->pers.netname ) );
}
return NULL;
}