--- 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;