Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9466 in orxonox.OLD for branches/proxy/src/world_entities


Ignore:
Timestamp:
Jul 25, 2006, 8:30:40 PM (18 years ago)
Author:
patrick
Message:

testing around with permissions: proxy should be able to handle a handshake and its local client and not more

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/proxy/src/world_entities/spawning_point.cc

    r9455 r9466  
    178178      }
    179179
    180       if ( found && SharedNetworkData::getInstance()->isMasterServer() || SharedNetworkData::getInstance()->isProxyServerActive())
     180      if ( found && SharedNetworkData::getInstance()->isMasterServer() /*|| SharedNetworkData::getInstance()->isProxyServerActive()*/)
    181181        this->sendRespawnMessage( it->entity->getUniqueID() );
    182182
     
    218218bool SpawningPoint::respawnMessageHandler( MessageId messageId, byte * data, int dataLength, void * someData, int userId )
    219219{
    220   if ( SharedNetworkData::getInstance()->isMasterServer() || SharedNetworkData::getInstance()->isProxyServerActive())
     220  if ( SharedNetworkData::getInstance()->isMasterServer() /*|| SharedNetworkData::getInstance()->isProxyServerActive()*/)
    221221  {
    222222    PRINTF(2)("server received spawn message!\n");
Note: See TracChangeset for help on using the changeset viewer.