diff options
-rw-r--r-- | src/game/g_buildable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/g_buildable.c b/src/game/g_buildable.c index ff5622db..d182db1e 100644 --- a/src/game/g_buildable.c +++ b/src/game/g_buildable.c @@ -2674,7 +2674,7 @@ void G_QueueBuildPoints( gentity_t *self ) killer->client->ps.stats[ STAT_TEAM ] == self->buildableTeam ) { // Don't take away build points if killed by a teammate - // This mostly happens due to MOD_NOCREEP + // deconstructing an egg/overmind (MOD_NOCREEP) return; } |