start JonEngines without any thread, first job enq will add it

This commit is contained in:
UbitUmarov
2020-12-17 21:51:25 +00:00
parent 1d528727db
commit 567418d7cd
2 changed files with 3 additions and 2 deletions

View File

@@ -422,6 +422,7 @@ namespace OpenSim.Framework.Monitoring
RegisteredStats.Remove(stat.Category);
}
}
stat.Dispose();
return true;
}
}