Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
commit
9a49b3b519
|
@ -170,7 +170,7 @@ namespace OpenSim.ApplicationPlugins.RemoteController
|
|||
{
|
||||
foreach (string enabledMethod in enabledMethods.Split('|'))
|
||||
{
|
||||
m_httpServer.AddXmlRPCHandler(enabledMethod, availableMethods[enabledMethod]);
|
||||
m_httpServer.AddXmlRPCHandler(enabledMethod, availableMethods[enabledMethod], false);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue