mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
A few bug fixes for Agent Preferences to actually work. Also added missing config for standalone.
This commit is contained in:
@@ -35,7 +35,7 @@ namespace OpenSim.Services.Interfaces
|
||||
{
|
||||
public AgentPrefs(UUID principalID)
|
||||
{
|
||||
principalID = PrincipalID;
|
||||
PrincipalID = principalID;
|
||||
}
|
||||
|
||||
public AgentPrefs(Dictionary<string, string> kvp)
|
||||
|
||||
Reference in New Issue
Block a user