scritps can not read notecards with embedded items

This commit is contained in:
UbitUmarov
2020-02-08 16:09:12 +00:00
parent 9478e607db
commit 68e7e65e2e
2 changed files with 69 additions and 13 deletions

View File

@@ -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;