diff --git a/src/game/server/physics_main.cpp b/src/game/server/physics_main.cpp index 7a2eaff96..a2b89c27e 100644 --- a/src/game/server/physics_main.cpp +++ b/src/game/server/physics_main.cpp @@ -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() ); }