diff options
author | Adam Frisby | 2008-04-30 21:32:14 +0000 |
---|---|---|
committer | Adam Frisby | 2008-04-30 21:32:14 +0000 |
commit | 3da6a05eaa43e1905d16b87b539c8253bad9a017 (patch) | |
tree | 95e1bf0905ee8bafaec41d17298b63de59980b98 /OpenSim/Region/Environment/Interfaces/IWorldComm.cs | |
parent | * And more (diff) | |
download | opensim-SC_OLD-3da6a05eaa43e1905d16b87b539c8253bad9a017.zip opensim-SC_OLD-3da6a05eaa43e1905d16b87b539c8253bad9a017.tar.gz opensim-SC_OLD-3da6a05eaa43e1905d16b87b539c8253bad9a017.tar.bz2 opensim-SC_OLD-3da6a05eaa43e1905d16b87b539c8253bad9a017.tar.xz |
* Sometimes you know, you do something really stupid.
* This is one of those times (should fix build)
Diffstat (limited to 'OpenSim/Region/Environment/Interfaces/IWorldComm.cs')
-rw-r--r-- | OpenSim/Region/Environment/Interfaces/IWorldComm.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Interfaces/IWorldComm.cs b/OpenSim/Region/Environment/Interfaces/IWorldComm.cs index 6dd5d81..8a63c54 100644 --- a/OpenSim/Region/Environment/Interfaces/IWorldComm.cs +++ b/OpenSim/Region/Environment/Interfaces/IWorldComm.cs | |||
@@ -27,7 +27,7 @@ | |||
27 | 27 | ||
28 | using libsecondlife; | 28 | using libsecondlife; |
29 | using OpenSim.Framework; | 29 | using OpenSim.Framework; |
30 | using OpenSim.Region.Environment.Modules; | 30 | using OpenSim.Region.Environment.Modules.Scripting.WorldComm; |
31 | 31 | ||
32 | namespace OpenSim.Region.Environment.Interfaces | 32 | namespace OpenSim.Region.Environment.Interfaces |
33 | { | 33 | { |