mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-22 19:06:35 +00:00
OOF
This commit is contained in:
parent
4252c5914b
commit
a1d50de12e
@ -2579,6 +2579,7 @@ class Server{
|
|||||||
}
|
}
|
||||||
|
|
||||||
if($this->autoSave and ++$this->autoSaveTicker >= $this->autoSaveTicks){
|
if($this->autoSave and ++$this->autoSaveTicker >= $this->autoSaveTicks){
|
||||||
|
$this->autoSaveTicker = 0;
|
||||||
$this->getLogger()->debug("[Auto Save] Saving worlds...");
|
$this->getLogger()->debug("[Auto Save] Saving worlds...");
|
||||||
$start = microtime(true);
|
$start = microtime(true);
|
||||||
$this->doAutoSave();
|
$this->doAutoSave();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user