aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Agent
diff options
context:
space:
mode:
authorDiva Canto2012-11-13 09:48:56 -0800
committerDiva Canto2012-11-13 09:48:56 -0800
commit18c5d33f0a6ccd08261e753f7bc9834708a1c777 (patch)
tree850bf862fa411d072b6cb663e4b945e1116e1c6c /OpenSim/Region/OptionalModules/Agent
parentDeleted .addin.xml. Added AssemblyInfo.cs (diff)
downloadopensim-SC_OLD-18c5d33f0a6ccd08261e753f7bc9834708a1c777.zip
opensim-SC_OLD-18c5d33f0a6ccd08261e753f7bc9834708a1c777.tar.gz
opensim-SC_OLD-18c5d33f0a6ccd08261e753f7bc9834708a1c777.tar.bz2
opensim-SC_OLD-18c5d33f0a6ccd08261e753f7bc9834708a1c777.tar.xz
All optional modules' directives moved out of addin.xml
Diffstat (limited to 'OpenSim/Region/OptionalModules/Agent')
-rw-r--r--OpenSim/Region/OptionalModules/Agent/UDP/Linden/LindenUDPInfoModule.cs2
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;
40using OpenSim.Region.Framework.Interfaces; 40using OpenSim.Region.Framework.Interfaces;
41using OpenSim.Region.Framework.Scenes; 41using OpenSim.Region.Framework.Scenes;
42 42
43namespace OpenSim.Region.CoreModules.UDP.Linden 43namespace 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.