diff options
Diffstat (limited to 'src/game')
-rw-r--r-- | src/game/g_combat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/g_combat.c b/src/game/g_combat.c index f602f0af..66a092ef 100644 --- a/src/game/g_combat.c +++ b/src/game/g_combat.c @@ -1378,7 +1378,7 @@ void G_LogDestruction( gentity_t *self, gentity_t *actor, int mod ) } G_LogPrintf( S_COLOR_YELLOW "Deconstruct: %d %d %s %s: %s %s by %s\n", - actor->client ? actor - g_entities : ENTITYNUM_WORLD, + actor - g_entities, self - g_entities, BG_Buildable( self->s.modelindex )->name, modNames[ mod ], |