made the messaging server OpenMessage_Main constructor public (from private) so it can be subclassed. Not exactly a bug fix per se but makes is a small change that makes this branch more usable.
parent
f9530eb0c7
commit
fdbe41926b
|
@ -62,7 +62,7 @@ namespace OpenSim.Grid.MessagingServer
|
|||
messageserver.Work();
|
||||
}
|
||||
|
||||
private OpenMessage_Main()
|
||||
public OpenMessage_Main()
|
||||
{
|
||||
m_console = new ConsoleBase("Messaging", this);
|
||||
MainConsole.Instance = m_console;
|
||||
|
|
Loading…
Reference in New Issue