QTfrontend/newnetclient.cpp
changeset 1338 758c39a3dcfe
parent 1336 4e88eccbe7f6
child 1339 8a11157c6c81
--- a/QTfrontend/newnetclient.cpp	Thu Oct 09 17:15:04 2008 +0000
+++ b/QTfrontend/newnetclient.cpp	Thu Oct 09 17:28:22 2008 +0000
@@ -255,15 +255,15 @@
 		return;
 	}
 
-  if (lst[0] == "REMOVE_TEAM") {
-    if(lst.size() != 2)
-    {
-      qWarning("Net: Bad REMOVETEAM message");
-      return;
-    }
-    m_pTeamSelWidget->removeNetTeam(HWTeam(lst[1]));
-    return;
-  }
+	if (lst[0] == "REMOVE_TEAM") {
+		if(lst.size() != 2)
+		{
+			qWarning("Net: Bad REMOVETEAM message");
+			return;
+		}
+		m_pTeamSelWidget->removeNetTeam(HWTeam(lst[1]));
+		return;
+	}
 
 	if(lst[0]=="JOINED") {
 		if(lst.size() < 2)
@@ -296,7 +296,7 @@
 		return;
 	}
 
-	if (lst[0] == "RUNGAME") {
+	if (lst[0] == "RUN_GAME") {
 		RunGame();
 		return;
 	}