mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 10:15:33 +08:00
a few more test changes and cosmetics
This commit is contained in:
@@ -5755,7 +5755,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
int pos = 2;
|
||||
while(--count >= 0)
|
||||
{
|
||||
UUID id = new UUID(data, pos);
|
||||
UUID id = new(data, pos);
|
||||
if(id.IsZero())
|
||||
break;
|
||||
pos += 16;
|
||||
|
||||
Reference in New Issue
Block a user