Skip to content

Commit

Permalink
Code format - (Clang-format)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 30, 2024
1 parent 9a2fc29 commit 05043f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/game.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10904,7 +10904,7 @@ void Game::playerCyclopediaHouseMoveOut(uint32_t playerId, uint32_t houseId, uin
}

const auto house = g_game().map.houses.getHouseByClientId(houseId);
if (!house || house->getOwner() != player->getGUID()|| house->getState() != 2) {
if (!house || house->getOwner() != player->getGUID() || house->getState() != 2) {
return;
}

Expand Down

0 comments on commit 05043f0

Please sign in to comment.