add hostID

master
Christopher Latza 2020-06-10 20:24:02 +02:00
parent 4eefa52033
commit 629d1bcb30
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ namespace OpenSim.Modules.PathFinding
[ScriptInvocation]
public string osCreateNewPathFindingScene(UUID hostID, UUID scriptID)
{
SceneObjectGroup _host = m_scene.GetSceneObjectGroup(host);
SceneObjectGroup _host = m_scene.GetSceneObjectGroup(hostID);
String imageName = UUID.Random().ToString();