mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Fix scope support to get friends list names across co-hosted grids
This commit is contained in:
@@ -608,6 +608,8 @@ namespace OpenSim.Region.ScriptEngine.Shared
|
||||
size += 8;
|
||||
else if (o is double)
|
||||
size += 16;
|
||||
else if (o is list)
|
||||
size += ((list)o).Size;
|
||||
else
|
||||
throw new Exception("Unknown type in List.Size: " + o.GetType().ToString());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user