Skip to content

Commit

Permalink
bad mr clang
Browse files Browse the repository at this point in the history
  • Loading branch information
stonedDiscord authored Dec 16, 2024
1 parent 217b674 commit dcd43ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/config_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ bool ConfigManager::verifyServerConfig()
QString key = QString::number(i);
if (l_dice_ini.contains(key)) {
values.append(l_dice_ini.value(key).toString());
} else {
}
else {
qCritical() << "dice.ini is invalid!";
return false;
}
Expand Down

0 comments on commit dcd43ea

Please sign in to comment.