about summary refs log tree commit diff
path: root/src/game
diff options
context:
space:
mode:
authoroy <Tom_Adams@web.de>2011-03-27 18:05:11 +0200
committeroy <Tom_Adams@web.de>2011-03-27 18:05:11 +0200
commit7bd79f9f4399c63d2d9cd77d7cb2ff58b84d5e32 (patch)
tree8c253c53ae91a1cbf47439a38b280b0e84882419 /src/game
parenta583633cde8f6d257fff99221d4b063ae435379e (diff)
downloadzcatch-7bd79f9f4399c63d2d9cd77d7cb2ff58b84d5e32.tar.gz
zcatch-7bd79f9f4399c63d2d9cd77d7cb2ff58b84d5e32.zip
added remove_favorite command by Choupom
Diffstat (limited to 'src/game')
-rw-r--r--src/game/client/components/menus.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/client/components/menus.cpp b/src/game/client/components/menus.cpp
index 7264e412..b7328e06 100644
--- a/src/game/client/components/menus.cpp
+++ b/src/game/client/components/menus.cpp
@@ -721,6 +721,7 @@ void CMenus::OnInit()
 	g_Config.m_ClShowWelcome = 0;
 
 	Console()->Chain("add_favorite", ConchainServerbrowserUpdate, this);
+	Console()->Chain("remove_favorite", ConchainServerbrowserUpdate, this);
 
 	// setup load amount
 	m_LoadCurrent = 0;