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

0.8.2-post-fixes
Oren Hurvitz 2015-07-26 14:09:17 +03:00
parent a7fccbcf6f
commit 8aa75f225b
1 changed files with 1 additions and 1 deletions

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);