* Assorted minor fixes (DB4o now properly commits saves on shutdown)

This commit is contained in:
Adam Frisby
2007-07-29 07:57:26 +00:00
parent 4d6045ba1f
commit 2a03bea9bd

View File

@@ -97,7 +97,8 @@ namespace OpenSim.DataStore.DB4oStorage
public void Shutdown()
{
db.Commit();
db.Close();
}
}
}