mirror of
https://github.com/opensim/opensim.git
synced 2026-08-02 23:18:34 +08:00
Websocket Echo module should not be on by default.
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user