diff -r c91b983de18f -r 5b37d6a39829 QTfrontend/newnetclient.cpp --- a/QTfrontend/newnetclient.cpp Wed Jan 17 21:32:52 2007 +0000 +++ b/QTfrontend/newnetclient.cpp Thu Jan 18 19:59:04 2007 +0000 @@ -173,6 +173,10 @@ return; } + if(lst[0]=="SLAVE") { + m_pGameCFGWidget->setEnabled(false); + } + if (lst[0] == "CONFIGASKED") { isChief=true; ConfigAsked();