clear active motd message when the game is over

This commit is contained in:
oy 2010-08-15 15:48:56 +02:00
parent 94b28c8c97
commit 02c7e3642a

View file

@ -284,7 +284,7 @@ void CScoreboard::OnRender()
return;
// if the score board is active, then we should clear the motd message aswell
if(m_Active)
if(m_pClient->m_pMotd->IsActive())
m_pClient->m_pMotd->Clear();