Stop spamming "Interpenetrating entities!"

This commit is contained in:
speedvoltage 2025-03-13 10:07:14 +01:00
parent a62efecf62
commit afd9c5d3a1

View file

@ -266,7 +266,7 @@ bool CPhysicsPushedEntities::SpeculativelyCheckPush( PhysicsPushedInfo_t &info,
//Assert( pBlocker->PhysicsTestEntityPosition() == false );
if ( !IsPushedPositionValid(pBlocker) )
{
Warning("Interpenetrating entities! (%s and %s)\n",
DevWarning("Interpenetrating entities! (%s and %s)\n",
pBlocker->GetClassname(), m_rgPusher[0].m_pEntity->GetClassname() );
}