Mantis#1455. Thank you kindly, Mikem for a patch that addresses
the client thread terminating when creating a new script.0.6.0-stable
parent
c289c2b6d4
commit
e2d87b04e3
|
@ -5063,7 +5063,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
|||
if (handlerUpdateInventoryItem != null)
|
||||
{
|
||||
InventoryItemBase itemUpd = new InventoryItemBase();
|
||||
itemUpd = null;
|
||||
itemUpd.ID = update.InventoryData[i].ItemID;
|
||||
itemUpd.Name = Util.FieldToString(update.InventoryData[i].Name);
|
||||
itemUpd.Description = Util.FieldToString(update.InventoryData[i].Description);
|
||||
|
|
Loading…
Reference in New Issue