Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 28, 2006, 2:04:40 PM (18 years ago)
Author:
patrick
Message:

nick name handling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/proxy/src/lib/network/player_stats.cc

    r9559 r9564  
    106106    this->oldNickName = nickName;
    107107  }
     108
     109  if ( std::find( id.begin(), id.end(), preferedTeamId_handle) != id.end() )
     110  {
     111    PRINTF(0)("user %s has changed team to %i\n", nickName.c_str(), this->teamId);
     112    this->oldNickName = nickName;
     113  }
    108114}
    109115
Note: See TracChangeset for help on using the changeset viewer.