aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/ScenePresence.cs
diff options
context:
space:
mode:
authorMW2007-08-28 18:40:40 +0000
committerMW2007-08-28 18:40:40 +0000
commit7915adc6c569536742acf783bcc2f4aba673950e (patch)
tree8065016feb81e188f82e1f17fac080270009ee99 /OpenSim/Region/Environment/Scenes/ScenePresence.cs
parentTaken the old scripting engine out of Region.Environment and moved it into a ... (diff)
downloadopensim-SC_OLD-7915adc6c569536742acf783bcc2f4aba673950e.zip
opensim-SC_OLD-7915adc6c569536742acf783bcc2f4aba673950e.tar.gz
opensim-SC_OLD-7915adc6c569536742acf783bcc2f4aba673950e.tar.bz2
opensim-SC_OLD-7915adc6c569536742acf783bcc2f4aba673950e.tar.xz
Corrected the namespace in OpenSim.Region.Physics.Manager, so now namespace should equal project and directory.
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Environment/Scenes/ScenePresence.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/ScenePresence.cs b/OpenSim/Region/Environment/Scenes/ScenePresence.cs
index 1347c6b..0eeea89 100644
--- a/OpenSim/Region/Environment/Scenes/ScenePresence.cs
+++ b/OpenSim/Region/Environment/Scenes/ScenePresence.cs
@@ -35,7 +35,7 @@ using OpenSim.Framework.Console;
35using OpenSim.Framework.Interfaces; 35using OpenSim.Framework.Interfaces;
36using OpenSim.Framework.Types; 36using OpenSim.Framework.Types;
37using OpenSim.Framework.Utilities; 37using OpenSim.Framework.Utilities;
38using OpenSim.Physics.Manager; 38using OpenSim.Region.Physics.Manager;
39 39
40namespace OpenSim.Region.Environment.Scenes 40namespace OpenSim.Region.Environment.Scenes
41{ 41{