Update hud_basechat.cpp

This commit is contained in:
gaelcoral
2025-05-01 20:07:50 -07:00
committed by EricS-Valve
parent a7a88df7cd
commit ea310f2af0
+2 -2
View File
@@ -1186,7 +1186,7 @@ void CBaseHudChat::StartMessageMode( int iMessageModeType )
{
case MM_SAY: pszPrompt = g_pVGuiLocalize->Find( "#chat_say" ); break;
case MM_SAY_TEAM: pszPrompt = g_pVGuiLocalize->Find( "#chat_say_team" ); break;
case MM_SAY_PARTY: pszPrompt = g_pVGuiLocalize->Find( "#chat_party" ); break;
case MM_SAY_PARTY: pszPrompt = g_pVGuiLocalize->Find( "#chat_say_party" ); break;
}
if ( pszPrompt )
@@ -1869,4 +1869,4 @@ void CBaseHudChat::FireGameEvent( IGameEvent *event )
ChatPrintf( player->entindex(), CHAT_FILTER_NONE, "(SourceTV) %s", event->GetString( "text" ) );
}
#endif
}
}