- Timestamp:
- Jul 31, 2006, 3:10:27 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/util/multiplayer_team_deathmatch.cc
r9650 r9651 758 758 PlayerStats & killerStats = *PlayerStats::getStats( killerUserId ); 759 759 760 if ( killerStats.getPlayable() != NULL || victimStats.getPlayable() != NULL)760 if ( killerStats.getPlayable() == NULL || victimStats.getPlayable() == NULL) 761 761 { 762 762 PRINTF(0)("killerStats.getPlayable() != NULL || victimStats.getPlayable() != NULL\n");
Note: See TracChangeset
for help on using the changeset viewer.