Raised save interval to 25 minutes

This commit is contained in:
Shoghi Cervantes Pueyo 2013-03-09 09:31:41 +01:00
parent 3432a69a41
commit fa4813d335

View File

@ -349,7 +349,7 @@ class PocketMinecraftServer{
}
$t = $this->api->tileentity->add($tile["id"], $tile["x"], $tile["y"], $tile["z"], $tile);
}
$this->action(1000000 * 60 * 15, '$this->api->chat->broadcast("Forcing save...");$this->save();');
$this->action(1000000 * 60 * 25, '$this->api->chat->broadcast("Forcing save...");$this->save();');
}
}