We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d7f58b commit cc8edddCopy full SHA for cc8eddd
src/game/server/tf/tf_player.cpp
@@ -11265,8 +11265,10 @@ bool CTFPlayer::ShouldGib( const CTakeDamageInfo &info )
11265
}
11266
11267
// normal players/bots don't gib in MvM
11268
- if ( TFGameRules()->IsMannVsMachineMode() )
+#ifndef BDSBASE
11269
+ if (TFGameRules()->IsMannVsMachineMode())
11270
return false;
11271
+#endif
11272
11273
// Suicide explode always gibs.
11274
if ( m_bSuicideExplode )
0 commit comments