mirror of
https://github.com/UberGames/RPG-X2.git
synced 2024-11-15 09:21:55 +00:00
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:
parent
6354e2ee50
commit
0d1033212e
1 changed files with 1 additions and 1 deletions
|
@ -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 ) );
|
||||
|
|
Loading…
Reference in a new issue