commend out

master
Christopher Latza 2020-06-10 21:40:14 +02:00
parent f111094d30
commit b09c0ec839
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ namespace OpenSim.Modules.PathFinding
if (_host != null)
{
UUID tid = m_asyncCommands.DataserverPlugin.RegisterRequest(_host.LocalId, _host.GroupID, imageName);
//UUID tid = m_asyncCommands.DataserverPlugin.RegisterRequest(_host.LocalId, _host.GroupID, imageName);
(new Thread(delegate () { createPathFindingScene(imageName); })).Start();
}