diff options
author | Homer Horwitz | 2008-12-30 16:16:47 +0000 |
---|---|---|
committer | Homer Horwitz | 2008-12-30 16:16:47 +0000 |
commit | c22edf01f70313d86851e3777ec13c3512cc4629 (patch) | |
tree | 23e3923813fcbecfc6494af19709e973cbf965cc /OpenSim/Grid/UserServer | |
parent | Making the default choice for InterregionComms work, and removing an unnecess... (diff) | |
download | opensim-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 '')
-rw-r--r-- | OpenSim/Grid/UserServer/Main.cs | 2 |
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; |