Update cRankManager::SetRankVisuals
This commit is contained in:
parent
908a554efa
commit
f0fcd022a6
@ -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());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user