mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
made the messaging server OpenMessage_Main constructor public (from private) so it can be subclassed.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user