diff -r f8c4af3a2b54 -r af34da5726aa QTfrontend/newnetclient.cpp --- a/QTfrontend/newnetclient.cpp Fri Jan 16 15:36:16 2009 +0000 +++ b/QTfrontend/newnetclient.cpp Fri Jan 16 15:43:19 2009 +0000 @@ -310,7 +310,7 @@ } if (lst[0] == "ADD_TEAM") { - if(lst.size() != 22) + if(lst.size() != 23) { qWarning("Net: Bad ADDTEAM message"); return;