changeset 1576 | a02353129a41 |
parent 1569 | 4456a0dfc647 |
child 1577 | e3e37c730dc0 |
1575:ec56e8956fcb | 1576:a02353129a41 |
---|---|
188 } |
188 } |
189 } |
189 } |
190 |
190 |
191 void HWNewNet::ParseCmd(const QStringList & lst) |
191 void HWNewNet::ParseCmd(const QStringList & lst) |
192 { |
192 { |
193 qDebug() << "Server: " << lst; |
193 // qDebug() << "Server: " << lst; |
194 |
194 |
195 if(!lst.size()) |
195 if(!lst.size()) |
196 { |
196 { |
197 qWarning("Net client: Bad message"); |
197 qWarning("Net client: Bad message"); |
198 return; |
198 return; |