Minor glitch but this one is verified to work ^^ (I simply trashed and reloaded everything to get it running again)

Signed-off-by: Harry Young <hendrik.gerritzen@googlemail.com>
This commit is contained in:
Harry Young 2011-12-10 20:30:19 +01:00
parent 6354e2ee50
commit 0d1033212e

View file

@ -3674,7 +3674,7 @@ void Cmd_CallVote_f( gentity_t *ent ) {
Com_sprintf( level.voteString, sizeof( level.voteString ), "%s %s", arg1, arg2 );
}
}
else if ( Q_stricmp( arg1, "map_restart" ) )
else if ( !Q_stricmp( arg1, "map_restart" ) )
{
char serverInfo[MAX_TOKEN_CHARS];
trap_GetServerinfo( serverInfo, sizeof( serverInfo ) );