Fix handling team addition message
authorunc0rr
Tue, 13 Jan 2009 20:36:02 +0000
changeset 1665 ab712cca3f5f
parent 1664 c8dc009d6e3c
child 1666 b66e014510e7
Fix handling team addition message
QTfrontend/newnetclient.cpp
--- 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;