Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 31, 2006, 2:22:22 AM (18 years ago)
Author:
patrick
Message:

connection redirection now works also as it should

File:
1 edited

Legend:

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

    r9568 r9636  
    453453         recieverType == RT_ALL_BUT_ME  ||
    454454         recieverType == RT_USER        && it->first == reciever ||
     455        recieverType == RT_USER        && reciever == NET_ID_MASTER_SERVER && !getNetworkStream()->isUserMasterServer( it->first ) ||  // special case: forward
    455456         recieverType == RT_NOT_USER    && it->first != reciever ||
    456457         recieverType == RT_SERVER      && getNetworkStream()->isUserMasterServer( it->first ) ||
Note: See TracChangeset for help on using the changeset viewer.