fixed bug with user not getting land properties on login

This commit is contained in:
Jeff Ames
2007-10-31 09:50:36 +00:00
parent 720065ef9e
commit dbcab80520
3 changed files with 20 additions and 6 deletions

View File

@@ -281,6 +281,8 @@ namespace OpenSim.Region.Environment.Scenes
{
//do we need to use newAvatar? not sure so have added this to kill the compile warning
}
m_scene.LandManager.sendLandUpdate(this);
}
#endregion