QTfrontend/netclient.cpp
changeset 37 2b7f2a43b999
parent 36 a803a00a3272
child 84 0f6669da2fcb
--- 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))