From 1cb051b32a038782adc8a41335dfc9fa75404f89 Mon Sep 17 00:00:00 2001 From: DESTROYGIRL <170364626+DESTROYGIRL@users.noreply.github.com> Date: Sun, 9 Aug 2026 14:07:08 +0100 Subject: [PATCH] initial --- src/game/client/proxyplayer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/client/proxyplayer.cpp b/src/game/client/proxyplayer.cpp index 1c9d4a67a8..d3a6bc5fb9 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); }