diff --git a/src/game/client/proxyplayer.cpp b/src/game/client/proxyplayer.cpp index 1c9d4a67a..d3a6bc5fb 100644 --- a/src/game/client/proxyplayer.cpp +++ b/src/game/client/proxyplayer.cpp @@ -318,7 +318,7 @@ void CBaseAnimatingTemperature::OnBind(void* pC_BaseEntity) { m_pResult->SetFloatValue(0); } - else if (pEntity->IsPlayer()) + else if (pEntity->IsBaseCombatCharacter()) { m_pResult->SetFloatValue(THERMALS_OBJECT_MAX_TEMPERATURE); }