Websocket Echo module should not be on by default.
parent
4bd1794b5a
commit
a5c83f7505
|
@ -55,7 +55,7 @@ namespace OpenSim.Region.OptionalModules.WebSocketEchoModule
|
|||
|
||||
public void Initialise(IConfigSource pConfig)
|
||||
{
|
||||
enabled = true;// (pConfig.Configs["WebSocketEcho"] != null);
|
||||
enabled =(pConfig.Configs["WebSocketEcho"] != null);
|
||||
if (enabled)
|
||||
m_log.DebugFormat("[WebSocketEchoModule]: INITIALIZED MODULE");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue