equal
deleted
inserted
replaced
259 break; |
259 break; |
260 |
260 |
261 return true; |
261 return true; |
262 } |
262 } |
263 |
263 |
264 QStringList HWTeam::teamGameConfig(quint32 InitHealth, GameUIConfig * config) const |
264 QStringList HWTeam::teamGameConfig(quint32 InitHealth) const |
265 { |
265 { |
266 QStringList sl; |
266 QStringList sl; |
267 if (m_isNetTeam) |
267 if (m_isNetTeam) |
268 { |
268 { |
269 sl.push_back(QString("eaddteam %3 %1 %2").arg(qcolor().rgb() & 0xffffff).arg(m_name).arg(QString(QCryptographicHash::hash(m_owner.toUtf8(), QCryptographicHash::Md5).toHex()))); |
269 sl.push_back(QString("eaddteam %3 %1 %2").arg(qcolor().rgb() & 0xffffff).arg(m_name).arg(QString(QCryptographicHash::hash(m_owner.toUtf8(), QCryptographicHash::Md5).toHex()))); |