chore: format everything

This commit is contained in:
Tropical
2026-03-30 02:13:59 -05:00
parent 470ddf959d
commit c9b90cae2c
463 changed files with 12748 additions and 11285 deletions

View File

@@ -103,8 +103,7 @@ std::shared_ptr<ItemInstance> ContainerMenu::clicked(
int minedCount =
sc->getTotalValue(GenericStats::blocksMined(Tile::stone_Id)) +
sc->getTotalValue(GenericStats::blocksMined(Tile::cobblestone_Id));
if (cobblecount >= 1728 && minedCount >= 1728)
{
if (cobblecount >= 1728 && minedCount >= 1728) {
localPlayer->awardStat(
GenericStats::chestfulOfCobblestone(),
GenericStats::param_chestfulOfCobblestone(cobblecount));