iwyu
clang-tidy clang-format
This commit is contained in:
@@ -424,8 +424,7 @@ auto stringToPlayerId(std::string name) -> Player::Id {
|
||||
}
|
||||
if (name == Lang::getText("[SERVICE_MENU] PLAYER2")) {
|
||||
return Player::Id::PLAYER2;
|
||||
} else {
|
||||
return Player::Id::NO_PLAYER;
|
||||
}
|
||||
return Player::Id::NO_PLAYER;
|
||||
}
|
||||
} // namespace Options
|
||||
Reference in New Issue
Block a user