mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-03 16:49:53 +00:00
Enabled autosave
This commit is contained in:
parent
b6d86c287c
commit
62b589295e
@ -181,7 +181,7 @@ class ServerAPI{
|
|||||||
return $ob;
|
return $ob;
|
||||||
}
|
}
|
||||||
public function autoSave(){
|
public function autoSave(){
|
||||||
console("[DEBUG] Saving...", true, true, 2);
|
console("[DEBUG] Saving....", true, true, 2);
|
||||||
$this->server->api->level->saveAll();
|
$this->server->api->level->saveAll();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user