... why is this not saved on provider close...?

This commit is contained in:
Dylan K. Taylor 2019-03-15 04:43:19 -04:00
parent a91f49220c
commit 9205bbaa42

View File

@ -119,6 +119,7 @@ class FormatConverter{
$data->setSpawn($oldData->getSpawn());
$data->setTime($oldData->getTime());
$data->save();
$this->logger->info("Finished converting manifest");
//TODO: add more properties as-needed
}