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