!= UUID.Zero is slow

This commit is contained in:
UbitUmarov
2022-01-09 02:28:51 +00:00
parent 7e0fc95c3a
commit da928d6099
78 changed files with 254 additions and 263 deletions

View File

@@ -458,7 +458,7 @@ namespace OpenSim.Region.OptionalModules.World.MoneyModule
if (client != null)
{
if (soundId != UUID.Zero)
if (!soundId.IsZero())
client.SendPlayAttachedSound(soundId, UUID.Zero, UUID.Zero, 1.0f, 0);
client.SendBlueBoxMessage(UUID.Zero, "", text);