Enabled autosave

This commit is contained in:
Humerus 2013-08-08 23:02:38 -04:00
parent b6d86c287c
commit 62b589295e

View File

@ -181,7 +181,7 @@ class ServerAPI{
return $ob;
}
public function autoSave(){
console("[DEBUG] Saving...", true, true, 2);
console("[DEBUG] Saving....", true, true, 2);
$this->server->api->level->saveAll();
}