- Timestamp:
- Mar 23, 2009, 5:00:54 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/netp2/src/orxonox/objects/worldentities/pawns/Pawn.cc
r2826 r2836 129 129 this->firehack_ = 0x0; 130 130 131 if (this->health_ <= 0) 131 if (Core::isMaster()) 132 if (this->health_ <= 0) 132 133 this->death(); 133 134 }
Note: See TracChangeset
for help on using the changeset viewer.