aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/ScenePresence.cs
diff options
context:
space:
mode:
authormingchen2007-07-12 16:19:32 +0000
committermingchen2007-07-12 16:19:32 +0000
commitb27924d0a53e7cf316e3d753d0631b3c221ed887 (patch)
treee75858c45d3f3bfa3185b8812545d83052a4a12c /OpenSim/Region/Environment/Scenes/ScenePresence.cs
parentNext time maybe I should check it still compiles before committing. (diff)
downloadopensim-SC_OLD-b27924d0a53e7cf316e3d753d0631b3c221ed887.zip
opensim-SC_OLD-b27924d0a53e7cf316e3d753d0631b3c221ed887.tar.gz
opensim-SC_OLD-b27924d0a53e7cf316e3d753d0631b3c221ed887.tar.bz2
opensim-SC_OLD-b27924d0a53e7cf316e3d753d0631b3c221ed887.tar.xz
*Found and fixed bug that crashed viewer when logging in or viewing land owners
*Reenabled estate manager; remember, the master avatar is the only one that can use this (by default: Test User with password 'test') *Still working on readding support for updating parcel information when logging in or moving into a new parcel
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/ScenePresence.cs')
-rw-r--r--OpenSim/Region/Environment/Scenes/ScenePresence.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Scenes/ScenePresence.cs b/OpenSim/Region/Environment/Scenes/ScenePresence.cs
index e65ab7c..8134276 100644
--- a/OpenSim/Region/Environment/Scenes/ScenePresence.cs
+++ b/OpenSim/Region/Environment/Scenes/ScenePresence.cs
@@ -274,6 +274,7 @@ namespace OpenSim.Region.Environment.Scenes
274 { 274 {
275 movementflag -= (byte)(uint)DCF; 275 movementflag -= (byte)(uint)DCF;
276 update_movementflag = true; 276 update_movementflag = true;
277
277 } 278 }
278 } 279 }
279 i++; 280 i++;