mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
!= UUID.Zero is slow
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user