- Applied latest TEAMINFO patch.
SVN r1400 (trunk)
This commit is contained in:
parent
403b2c3c56
commit
b387752f2f
10 changed files with 336 additions and 156 deletions
|
|
@ -1963,7 +1963,7 @@ void Net_DoCommand (int type, BYTE **stream, int player)
|
|||
BYTE who = ReadByte (stream);
|
||||
|
||||
s = ReadString (stream);
|
||||
if (((who & 1) == 0) || players[player].userinfo.team == TEAM_None)
|
||||
if (((who & 1) == 0) || players[player].userinfo.team == TEAM_NONE)
|
||||
{ // Said to everyone
|
||||
if (who & 2)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue