minor refactor

This commit is contained in:
MihailRis
2025-09-14 22:21:32 +03:00
parent 2204cb795e
commit 51531e2621
4 changed files with 93 additions and 59 deletions
+2 -2
View File
@@ -171,10 +171,10 @@ void Chunks::eraseSegments(
blocks_agent::erase_segments(*this, def, state, x, y, z);
}
void Chunks::repairSegments(
void Chunks::restoreSegments(
const Block& def, blockstate state, int x, int y, int z
) {
blocks_agent::repair_segments(*this, def, state, x, y, z);
blocks_agent::restore_segments(*this, def, state, x, y, z);
}
bool Chunks::checkReplaceability(