Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 27, 2006, 3:59:25 PM (18 years ago)
Author:
patrick
Message:

clients permission correction

File:
1 edited

Legend:

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

    r9509 r9510  
    333333         recieverType == RT_USER && it->first == reciever ||
    334334         recieverType == RT_NOT_USER && it->first != reciever ||
    335          recieverType == RT_SERVER && getNetworkStream()->isUserMasterServer( it->first )
     335         recieverType == RT_SERVER && getNetworkStream()->isUserMasterServer( it->first ) ||
     336         recieverType == RT_SERVER && getNetworkStream()->isUserProxyServerActive( it->first )
    336337       )
    337338    {
Note: See TracChangeset for help on using the changeset viewer.