about summary refs log tree commit diff
path: root/src/game
diff options
context:
space:
mode:
Diffstat (limited to 'src/game')
-rw-r--r--src/game/client/components/scoreboard.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/components/scoreboard.cpp b/src/game/client/components/scoreboard.cpp
index 9558c840..27e577e8 100644
--- a/src/game/client/components/scoreboard.cpp
+++ b/src/game/client/components/scoreboard.cpp
@@ -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();