# HG changeset patch # User unc0rr # Date 1220207786 0 # Node ID 87b3931c70e9dcddabc4556a06a1227c02aeddb8 # Parent b98f0ece63698d0fc706b9ed57cc29c188660766 Fix bug in netclient protocol handling code diff -r b98f0ece6369 -r 87b3931c70e9 QTfrontend/team.cpp --- a/QTfrontend/team.cpp Sun Aug 31 18:12:06 2008 +0000 +++ b/QTfrontend/team.cpp Sun Aug 31 18:36:26 2008 +0000 @@ -53,7 +53,7 @@ numHedgehogs(4) { // net teams are configured from QStringList - if(strLst.size()<13) throw HWTeamConstructException(); + if(strLst.size() < 14) throw HWTeamConstructException(); TeamName=strLst[0]; m_netID=strLst[1].toUInt(); Grave=strLst[2];