QTfrontend/newnetclient.cpp
changeset 349 5b37d6a39829
parent 348 c91b983de18f
child 352 4665bfe25470
--- 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();