* clang support
This commit is contained in:
parent
f9cde509b2
commit
675e7a641a
9 changed files with 19 additions and 14 deletions
|
@ -954,7 +954,7 @@ static void G_VoiceTo( gentity_t *ent, gentity_t *other, int mode, const char *i
|
|||
return;
|
||||
}
|
||||
// no chatting to players in tournements
|
||||
if ( (g_gametype.integer == GT_TOURNAMENT )) {
|
||||
if ( g_gametype.integer == GT_TOURNAMENT ) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue