mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 08:06:27 +08:00
If a prim is persisted in the region, scripts dragged into its inventory after a server restart would not appear (though the script they contain would still be invoked). This
change fixes that problem.
This commit is contained in:
@@ -1152,6 +1152,13 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
{
|
||||
return part.GetInventoryFileName(remoteClient, localID);
|
||||
}
|
||||
else
|
||||
{
|
||||
MainLog.Instance.Warn(
|
||||
"SCENE",
|
||||
"Couldn't find part {0} in object group {1} ({2}) to retreive prim inventory",
|
||||
localID, LocalId, UUID);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user