aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid
diff options
context:
space:
mode:
authorHomer Horwitz2008-12-30 16:16:47 +0000
committerHomer Horwitz2008-12-30 16:16:47 +0000
commitc22edf01f70313d86851e3777ec13c3512cc4629 (patch)
tree23e3923813fcbecfc6494af19709e973cbf965cc /OpenSim/Grid
parentMaking the default choice for InterregionComms work, and removing an unnecess... (diff)
downloadopensim-SC_OLD-c22edf01f70313d86851e3777ec13c3512cc4629.zip
opensim-SC_OLD-c22edf01f70313d86851e3777ec13c3512cc4629.tar.gz
opensim-SC_OLD-c22edf01f70313d86851e3777ec13c3512cc4629.tar.bz2
opensim-SC_OLD-c22edf01f70313d86851e3777ec13c3512cc4629.tar.xz
OpenUser_Main is now public. Fixes Mantis #2940. Thanks SirKimba
Diffstat (limited to 'OpenSim/Grid')
-rw-r--r--OpenSim/Grid/UserServer/Main.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Grid/UserServer/Main.cs b/OpenSim/Grid/UserServer/Main.cs
index 3246757..be26ab3 100644
--- a/OpenSim/Grid/UserServer/Main.cs
+++ b/OpenSim/Grid/UserServer/Main.cs
@@ -71,7 +71,7 @@ namespace OpenSim.Grid.UserServer
71 userserver.Work(); 71 userserver.Work();
72 } 72 }
73 73
74 protected OpenUser_Main() 74 public OpenUser_Main()
75 { 75 {
76 m_console = new ConsoleBase("User", this); 76 m_console = new ConsoleBase("User", this);
77 MainConsole.Instance = m_console; 77 MainConsole.Instance = m_console;