QTfrontend/newnetclient.cpp
changeset 1329 69ddc231a911
parent 1327 9d43a6e6b9ca
child 1330 12c13ffb426f
--- 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");