mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
== UUID.Zero is slow
This commit is contained in:
@@ -382,7 +382,7 @@ namespace OpenSim.Framework
|
||||
{
|
||||
convertSuccess = true;
|
||||
|
||||
if (uuidResult2 == UUID.Zero)
|
||||
if (uuidResult2.IsZero())
|
||||
uuidResult2 = UUID.Random();
|
||||
|
||||
return_result = uuidResult2;
|
||||
|
||||
Reference in New Issue
Block a user