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