A few bug fixes for Agent Preferences to actually work. Also added missing config for standalone.

This commit is contained in:
Diva Canto
2015-06-13 08:36:06 -07:00
parent 0fa94f222d
commit bcb8a7d7f9
5 changed files with 11 additions and 3 deletions

View File

@@ -35,7 +35,7 @@ namespace OpenSim.Services.Interfaces
{
public AgentPrefs(UUID principalID)
{
principalID = PrincipalID;
PrincipalID = principalID;
}
public AgentPrefs(Dictionary<string, string> kvp)