mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user