| 450 | } |
| 451 | |
| 452 | void ModUserPopup::sendUpdateMessage() { |
| 453 | NetworkManagerImpl::get().sendAdminUpdateUser( |
| 454 | m_data->accountId, |
| 455 | m_score->m_userName, |
| 456 | m_score->m_playerCube, |
| 457 | m_score->m_color1, |
| 458 | m_score->m_color2, |
| 459 | m_score->m_glowEnabled ? (uint16_t)m_score->m_color3 : (uint16_t)-1 |
| 460 | ); |
| 461 | } |
| 462 | |
| 463 | void ModUserPopup::getUserInfoFinished(GJUserScore* p0) { |
| 464 | this->onUserInfoLoaded(Ok(p0)); |
no test coverage detected