changeset 461 | 105af110b0e6 |
parent 455 | 925891c52e40 |
child 465 | 07eca0a2546c |
460:3242b42ecad4 | 461:105af110b0e6 |
---|---|
188 if(lst.size()<2) return; |
188 if(lst.size()<2) return; |
189 qDebug() << "JOINED" << lst[1]; |
189 qDebug() << "JOINED" << lst[1]; |
190 return; |
190 return; |
191 } |
191 } |
192 |
192 |
193 if(lst[0]=="LEFT") { |
|
194 if(lst.size()<2) return; |
|
195 qDebug() << "LEFT" << lst[1]; |
|
196 return; |
|
197 } |
|
198 |
|
193 if (lst[0] == "CONFIGASKED") { |
199 if (lst[0] == "CONFIGASKED") { |
194 isChief=true; |
200 isChief=true; |
195 ConfigAsked(); |
201 ConfigAsked(); |
196 return; |
202 return; |
197 } |
203 } |