Skip to content

Commit cc8eddd

Browse files
committed
1 parent 1d7f58b commit cc8eddd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/game/server/tf/tf_player.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11265,8 +11265,10 @@ bool CTFPlayer::ShouldGib( const CTakeDamageInfo &info )
1126511265
}
1126611266

1126711267
// normal players/bots don't gib in MvM
11268-
if ( TFGameRules()->IsMannVsMachineMode() )
11268+
#ifndef BDSBASE
11269+
if (TFGameRules()->IsMannVsMachineMode())
1126911270
return false;
11271+
#endif
1127011272

1127111273
// Suicide explode always gibs.
1127211274
if ( m_bSuicideExplode )

0 commit comments

Comments
 (0)