diff -r a803a00a3272 -r 2b7f2a43b999 QTfrontend/netclient.cpp --- a/QTfrontend/netclient.cpp Sat Dec 31 13:46:49 2005 +0000 +++ b/QTfrontend/netclient.cpp Thu Jan 05 15:54:22 2006 +0000 @@ -394,7 +394,7 @@ if (msg.startsWith(MAGIC_CHAR"Start!"MAGIC_CHAR) && (who == opnick)) { state = nsStarting; - RunGame(msg.mid(7)); + RunGame(msg.mid(8)); return ; } if (msg.startsWith(MAGIC_CHAR"="MAGIC_CHAR) && (who == opnick))