QTfrontend/net/newnetclient.cpp
changeset 7775 835ad028fb66
parent 7773 3d460e57d4e6
child 7834 3a65b70b1285
--- a/QTfrontend/net/newnetclient.cpp	Sun Oct 21 16:38:54 2012 +0400
+++ b/QTfrontend/net/newnetclient.cpp	Sun Oct 21 17:00:35 2012 +0400
@@ -102,9 +102,6 @@
 
     RawSendNet(QString("CREATE_ROOM%1%2").arg(delimeter).arg(room));
     isChief = true;
-
-    //set our ready status to be true
-    RawSendNet(QString("TOGGLE_READY"));
 }
 
 void HWNewNet::JoinRoom(const QString & room)