mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
scritps can not read notecards with embedded items
This commit is contained in:
@@ -552,7 +552,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
if(text.Length < 36)
|
||||
return;
|
||||
|
||||
List<UUID> ids = Util.GetUUIDsOnString(ref text, 0);
|
||||
List<UUID> ids = Util.GetUUIDsOnString(ref text, 0, text.Length);
|
||||
if (ids == null || ids.Count == 0)
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user