From 13c8336c82b946669a8e9566d0fa7f5548b0c810 Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Mon, 2 Jul 2012 12:53:42 -0400 Subject: [PATCH] Added RadioMenuMaxPageItems of 9 to csgo core gamedata (bug 5310, r=me). --- gamedata/core.games/common.games.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/gamedata/core.games/common.games.txt b/gamedata/core.games/common.games.txt index f483dd7a..d5646de1 100644 --- a/gamedata/core.games/common.games.txt +++ b/gamedata/core.games/common.games.txt @@ -257,4 +257,12 @@ "ChatSayText" "yes" } } + + "csgo" + { + "Keys" + { + "RadioMenuMaxPageItems" "9" + } + } }