Changeset 9347 in orxonox.OLD for branches/proxy/src/world_entities/space_ships
- Timestamp:
- Jul 20, 2006, 11:43:27 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/world_entities/space_ships/space_ship.cc
r9235 r9347 314 314 if( entity->isA(CL_PROJECTILE) && entity != ref) 315 315 { 316 if ( isServer() )316 if ( SharedNetworkData::getInstance()->isMasterServer() ) 317 317 { 318 318 //TODO handle this
Note: See TracChangeset
for help on using the changeset viewer.