| 673 | } |
| 674 | |
| 675 | void WorldGenerator::terraformSector(WorldStorage* worldStorage, Sector const& sector) { |
| 676 | // Logger::info("terraforming sector {}...", sector); |
| 677 | reapplyBiome(worldStorage, sector); |
| 678 | } |
| 679 | |
| 680 | void WorldGenerator::initEntity(WorldStorage*, EntityId entityId, EntityPtr const& entity) { |
| 681 | entity->init(m_worldServer, entityId, EntityMode::Master); |
no outgoing calls
no test coverage detected