master
Christopher Latza 2020-06-10 19:22:30 +02:00
parent 15e2bb570b
commit 9274e315d0
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ namespace OpenSim.Modules.PathFinding
try try
{ {
m_scriptModule.RegisterScriptInvocation(this, "osCreateNewPathFindingScene"); m_scriptModule.RegisterScriptInvocation(this, "createPathFindingScene");
//m_scriptModule.RegisterScriptInvocation(this, "osAddObjectToPathFindingScene"); //m_scriptModule.RegisterScriptInvocation(this, "osAddObjectToPathFindingScene");
//m_scriptModule.RegisterScriptInvocation(this, "osGetPath"); //m_scriptModule.RegisterScriptInvocation(this, "osGetPath");
} }