mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
Possible fix for: Remoting exceptions with adjacent non-running sims.
Bugs 449, 454, 408, 244, 197 implemented InformClientOfNeighbours as an asynchroneous process, handling timeouts without blocking the main thread. Improved logging of errors, removed catch all in try catch
This commit is contained in:
@@ -1221,7 +1221,7 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine.Compiler
|
||||
if (dynamicID == "")
|
||||
{
|
||||
IDynamicTextureManager textureManager = this.World.RequestModuleInterface<IDynamicTextureManager>();
|
||||
LLUUID createdTexture = textureManager.AddDynamicTextureURL(World.RegionInfo.SimUUID, this.m_host.UUID, contentType, url, extraParams, timer);
|
||||
LLUUID createdTexture = textureManager.AddDynamicTextureURL(World.RegionInfo.RegionID, this.m_host.UUID, contentType, url, extraParams, timer);
|
||||
return createdTexture.ToStringHyphenated();
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user