aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes
diff options
context:
space:
mode:
authorJeff Ames2007-10-31 09:50:36 +0000
committerJeff Ames2007-10-31 09:50:36 +0000
commitdbcab80520119230c0f988eac3cd75742a74dc26 (patch)
tree4d6979d552b74d3e42ba0996071778edfbe8329c /OpenSim/Region/Environment/Scenes
parentforgotten file (diff)
downloadopensim-SC_OLD-dbcab80520119230c0f988eac3cd75742a74dc26.zip
opensim-SC_OLD-dbcab80520119230c0f988eac3cd75742a74dc26.tar.gz
opensim-SC_OLD-dbcab80520119230c0f988eac3cd75742a74dc26.tar.bz2
opensim-SC_OLD-dbcab80520119230c0f988eac3cd75742a74dc26.tar.xz
fixed bug with user not getting land properties on login
Diffstat (limited to 'OpenSim/Region/Environment/Scenes')
-rw-r--r--OpenSim/Region/Environment/Scenes/ScenePresence.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Scenes/ScenePresence.cs b/OpenSim/Region/Environment/Scenes/ScenePresence.cs
index 8d326cf..763be03 100644
--- a/OpenSim/Region/Environment/Scenes/ScenePresence.cs
+++ b/OpenSim/Region/Environment/Scenes/ScenePresence.cs
@@ -281,6 +281,8 @@ namespace OpenSim.Region.Environment.Scenes
281 { 281 {
282 //do we need to use newAvatar? not sure so have added this to kill the compile warning 282 //do we need to use newAvatar? not sure so have added this to kill the compile warning
283 } 283 }
284
285 m_scene.LandManager.sendLandUpdate(this);
284 } 286 }
285 287
286 #endregion 288 #endregion