diff options
author | Diva Canto | 2012-11-13 09:48:56 -0800 |
---|---|---|
committer | Diva Canto | 2012-11-13 09:48:56 -0800 |
commit | 18c5d33f0a6ccd08261e753f7bc9834708a1c777 (patch) | |
tree | 850bf862fa411d072b6cb663e4b945e1116e1c6c /OpenSim/Region/OptionalModules/Agent/UDP | |
parent | Deleted .addin.xml. Added AssemblyInfo.cs (diff) | |
download | opensim-SC-18c5d33f0a6ccd08261e753f7bc9834708a1c777.zip opensim-SC-18c5d33f0a6ccd08261e753f7bc9834708a1c777.tar.gz opensim-SC-18c5d33f0a6ccd08261e753f7bc9834708a1c777.tar.bz2 opensim-SC-18c5d33f0a6ccd08261e753f7bc9834708a1c777.tar.xz |
All optional modules' directives moved out of addin.xml
Diffstat (limited to 'OpenSim/Region/OptionalModules/Agent/UDP')
-rw-r--r-- | OpenSim/Region/OptionalModules/Agent/UDP/Linden/LindenUDPInfoModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/OptionalModules/Agent/UDP/Linden/LindenUDPInfoModule.cs b/OpenSim/Region/OptionalModules/Agent/UDP/Linden/LindenUDPInfoModule.cs index 5fe5948..992f38e 100644 --- a/OpenSim/Region/OptionalModules/Agent/UDP/Linden/LindenUDPInfoModule.cs +++ b/OpenSim/Region/OptionalModules/Agent/UDP/Linden/LindenUDPInfoModule.cs | |||
@@ -40,7 +40,7 @@ using OpenSim.Region.ClientStack.LindenUDP; | |||
40 | using OpenSim.Region.Framework.Interfaces; | 40 | using OpenSim.Region.Framework.Interfaces; |
41 | using OpenSim.Region.Framework.Scenes; | 41 | using OpenSim.Region.Framework.Scenes; |
42 | 42 | ||
43 | namespace OpenSim.Region.CoreModules.UDP.Linden | 43 | namespace OpenSim.Region.OptionalModules.UDP.Linden |
44 | { | 44 | { |
45 | /// <summary> | 45 | /// <summary> |
46 | /// A module that just holds commands for inspecting the current state of the Linden UDP stack. | 46 | /// A module that just holds commands for inspecting the current state of the Linden UDP stack. |