Changeset 9452 in orxonox.OLD for branches/proxy/src/world_entities/space_ships
- Timestamp:
- Jul 25, 2006, 10:52:37 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/world_entities/space_ships/space_ship.cc
r9406 r9452 314 314 if( entity->isA(CL_PROJECTILE) && entity != ref) 315 315 { 316 if ( SharedNetworkData::getInstance()->isMasterServer() || SharedNetworkData::getInstance()->isProxyServer ())316 if ( SharedNetworkData::getInstance()->isMasterServer() || SharedNetworkData::getInstance()->isProxyServerActive()) 317 317 { 318 318 //TODO handle this
Note: See TracChangeset
for help on using the changeset viewer.