diff -r c41344e3c236 -r 69ddc231a911 QTfrontend/newnetclient.cpp --- a/QTfrontend/newnetclient.cpp Thu Oct 09 13:45:40 2008 +0000 +++ b/QTfrontend/newnetclient.cpp Thu Oct 09 13:48:06 2008 +0000 @@ -106,7 +106,7 @@ void HWNewNet::RemoveTeam(const HWTeam & team) { - RawSendNet(QString("REMOVETEAM") + delimeter + team.TeamName); + RawSendNet(QString("REMOVE_TEAM") + delimeter + team.TeamName); } void HWNewNet::Ready() @@ -253,7 +253,7 @@ return; } - if (lst[0] == "REMOVETEAM") { + if (lst[0] == "REMOVE_TEAM") { if(lst.size() < 3) { qWarning("Net: Bad REMOVETEAM message");