rename chunk_inventories_map to ChunkInventoriesMap

This commit is contained in:
MihailRis
2024-10-03 17:42:38 +03:00
parent ab53922474
commit c7ca7e58b3
4 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ void Chunk::removeBlockInventory(uint x, uint y, uint z) {
}
}
void Chunk::setBlockInventories(chunk_inventories_map map) {
void Chunk::setBlockInventories(ChunkInventoriesMap map) {
inventories = std::move(map);
}