QTfrontend/newnetclient.cpp
changeset 1665 ab712cca3f5f
parent 1661 08c6e3665025
child 1668 ceee3f20c784
--- a/QTfrontend/newnetclient.cpp	Tue Jan 13 20:34:44 2009 +0000
+++ b/QTfrontend/newnetclient.cpp	Tue Jan 13 20:36:02 2009 +0000
@@ -310,7 +310,7 @@
 	}
 
 	if (lst[0] == "ADD_TEAM") {
-		if(lst.size() != 21)
+		if(lst.size() != 22)
 		{
 			qWarning("Net: Bad ADDTEAM message");
 			return;