aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Scene.Inventory.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/Scene.Inventory.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 'OpenSim/Region/Environment/Scenes/Scene.Inventory.cs')
-rw-r--r--OpenSim/Region/Environment/Scenes/Scene.Inventory.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs
index d31b5b0..879cd79 100644
--- a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs
+++ b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs
@@ -8,7 +8,7 @@ using OpenSim.Framework.Types;
8using OpenSim.Framework.Communications.Caches; 8using OpenSim.Framework.Communications.Caches;
9using OpenSim.Framework.Data; 9using OpenSim.Framework.Data;
10using OpenSim.Framework.Utilities; 10using OpenSim.Framework.Utilities;
11using OpenSim.Physics.Manager; 11using OpenSim.Region.Physics.Manager;
12 12
13namespace OpenSim.Region.Environment.Scenes 13namespace OpenSim.Region.Environment.Scenes
14{ 14{