QTfrontend/newnetclient.cpp
changeset 348 c91b983de18f
parent 347 6521e1b2cd40
child 349 5b37d6a39829
equal deleted inserted replaced
347:6521e1b2cd40 348:c91b983de18f
   167     return;
   167     return;
   168   }
   168   }
   169 
   169 
   170   if (lst[0] == "REMOVETEAM:") {
   170   if (lst[0] == "REMOVETEAM:") {
   171     if(lst.size()<2) return;
   171     if(lst.size()<2) return;
   172     m_pTeamSelWidget->removeNetTeam(lst[1]);
   172     m_pTeamSelWidget->removeNetTeam(HWTeam(lst[1], true));
   173     return;
   173     return;
   174   }
   174   }
   175 
   175 
   176   if (lst[0] == "CONFIGASKED") {
   176   if (lst[0] == "CONFIGASKED") {
   177     isChief=true;
   177     isChief=true;