mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-31 03:36:38 +00:00
chore: format everything
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user