mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-12 14:35:35 +00:00
... why is this not saved on provider close...?
This commit is contained in:
parent
a91f49220c
commit
9205bbaa42
@ -119,6 +119,7 @@ class FormatConverter{
|
|||||||
$data->setSpawn($oldData->getSpawn());
|
$data->setSpawn($oldData->getSpawn());
|
||||||
$data->setTime($oldData->getTime());
|
$data->setTime($oldData->getTime());
|
||||||
|
|
||||||
|
$data->save();
|
||||||
$this->logger->info("Finished converting manifest");
|
$this->logger->info("Finished converting manifest");
|
||||||
//TODO: add more properties as-needed
|
//TODO: add more properties as-needed
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user