попробуй заменить свое на вот ето
"GameMenu"
{ "1"
{
"label" "resume"
"command" "ResumeGame"
"OnlyInGame" "1"
}
"2"
{
"label" "leave"
"command" "Disconnect"
"OnlyInGame" "1"
"notsingle" "1"
}
"3"
{
"label" "players"
"command" "OpenPlayerListDialog"
"OnlyInGame" "1"
"notsingle" "1"
}
"10"
{
"label" "lan game"
"command" "OpenCreateMultiplayerGameDialog"
}
"11"
{
"label" "servers"
"command" "OpenServerBrowser"
}
"12"
{
"label" "options"
"command" "OpenOptionsDialog"
}
"13"
{
"label" "quit"
"command" "Quit"
}
}