1
0
Fork 0

Update cRankManager::SetRankVisuals

This commit is contained in:
AZARI Nicolas 2015-08-24 14:31:58 +02:00 committed by nico
parent 908a554efa
commit f0fcd022a6
1 changed files with 1 additions and 1 deletions

View File

@ -1846,7 +1846,7 @@ void cRankManager::SetRankVisuals(
stmt.bind(2, a_MsgSuffix);
stmt.bind(3, a_MsgNameColorCode);
stmt.bind(4, a_RankName);
if (!stmt.executeStep())
if (stmt.exec() < 1)
{
LOGINFO("%s: Rank %s not found, visuals not set.", __FUNCTION__, a_RankName.c_str());
}