Fixed bug introduced in 4735514. The project didn't compile.

This commit is contained in:
Oren Hurvitz
2015-07-26 14:09:17 +03:00
parent a7fccbcf6f
commit 8aa75f225b

View File

@@ -474,7 +474,7 @@ namespace OpenSim.Region.CoreModules.Avatar.UserProfiles
Vector3 pos = remoteClient.SceneAgent.AbsolutePosition;
ILandObject land = s.LandChannel.GetLandObject(pos.X, pos.Y);
ScenePresence p = FindPresence(remoteClient.AgentId);
string serverURI = string.Empty;
GetUserProfileServerURI(remoteClient.AgentId, out serverURI);