mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
* Assorted minor fixes (DB4o now properly commits saves on shutdown)
This commit is contained in:
@@ -97,7 +97,8 @@ namespace OpenSim.DataStore.DB4oStorage
|
||||
|
||||
public void Shutdown()
|
||||
{
|
||||
|
||||
db.Commit();
|
||||
db.Close();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user