mirror of
https://github.com/opensim/opensim.git
synced 2026-05-19 22:45:43 +08:00
Update svn properties. Formatting cleanup.
This commit is contained in:
@@ -80,11 +80,11 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine
|
||||
TaskInventoryItem taskInventoryItem = new TaskInventoryItem();
|
||||
if(m_host.TaskInventory.TryGetValue(itemID,out taskInventoryItem))
|
||||
assetID = taskInventoryItem.AssetID;
|
||||
|
||||
|
||||
|
||||
try
|
||||
{
|
||||
// Xantor 20080525 see if we already compiled this script this session, stop incessant recompiling on
|
||||
// Xantor 20080525 see if we already compiled this script this session, stop incessant recompiling on
|
||||
// scriptreset, spawning of objects with embedded scripts etc.
|
||||
|
||||
if (scriptList.TryGetValue(assetID, out CompiledScriptFile))
|
||||
|
||||
Reference in New Issue
Block a user