1
0
Fork 0
master
Christopher Latza 2020-06-10 19:26:28 +02:00
Ursprung 9274e315d0
Commit 6556c68668
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen

Datei anzeigen

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