SQLite support for UserProfiles

This commit is contained in:
BlueWall
2013-06-07 20:14:39 -04:00
parent 1387224821
commit 1cb1245d84
3 changed files with 995 additions and 0 deletions

View File

@@ -130,6 +130,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.UserProfiles
if (profileConfig == null)
{
m_log.Debug("[PROFILES]: UserProfiles disabled, no configuration");
Enabled = false;
return;
}