mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
replace 2 instances of "0000...." with LLUUID.Zero.ToSting() because
I was in the file and noticed them.
This commit is contained in:
@@ -2474,7 +2474,7 @@ namespace OpenSim.Region.ScriptEngine.Common
|
||||
}
|
||||
else
|
||||
{
|
||||
return "00000000-0000-0000-0000-000000000000";
|
||||
return LLUUID.Zero.ToString();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2488,7 +2488,7 @@ namespace OpenSim.Region.ScriptEngine.Common
|
||||
}
|
||||
else
|
||||
{
|
||||
return "00000000-0000-0000-0000-000000000000";
|
||||
return LLUUID.Zero.ToString();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user