mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 08:06:27 +08:00
Mantis#1455. Thank you kindly, Mikem for a patch that addresses
the client thread terminating when creating a new script.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user