diff options
author | lbsa71 | 2007-09-20 23:47:32 +0000 |
---|---|---|
committer | lbsa71 | 2007-09-20 23:47:32 +0000 |
commit | ca611c6668c5a063ce92feb72ce14866fc3322a3 (patch) | |
tree | 15f856675fc2d12d73c96cd7f65ab83ea1681b15 /OpenSim/Region/Environment/Scenes/SceneManager.cs | |
parent | * Some more presence refactoring (diff) | |
download | opensim-SC_OLD-ca611c6668c5a063ce92feb72ce14866fc3322a3.zip opensim-SC_OLD-ca611c6668c5a063ce92feb72ce14866fc3322a3.tar.gz opensim-SC_OLD-ca611c6668c5a063ce92feb72ce14866fc3322a3.tar.bz2 opensim-SC_OLD-ca611c6668c5a063ce92feb72ce14866fc3322a3.tar.xz |
* even more renaming and refactoring; the cleaning woman is on call.
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/SceneManager.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/SceneManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneManager.cs b/OpenSim/Region/Environment/Scenes/SceneManager.cs index a97020e..27331ee 100644 --- a/OpenSim/Region/Environment/Scenes/SceneManager.cs +++ b/OpenSim/Region/Environment/Scenes/SceneManager.cs | |||
@@ -151,7 +151,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
151 | scenePrescence.Firstname, scenePrescence.Lastname, | 151 | scenePrescence.Firstname, scenePrescence.Lastname, |
152 | newDebug)); | 152 | newDebug)); |
153 | 153 | ||
154 | scenePrescence.ControllingClient.SetDebug(newDebug); | 154 | scenePrescence._ControllingClient.SetDebug(newDebug); |
155 | } | 155 | } |
156 | } | 156 | } |
157 | } | 157 | } |