diff --git a/Server/Effects.cs b/Server/Effects.cs index f4e12029e..d2d16db7b 100644 --- a/Server/Effects.cs +++ b/Server/Effects.cs @@ -59,7 +59,7 @@ namespace Server public static void PlaySound( IPoint3D p, Map map, int soundID ) { - if ( soundID == -1 ) + if ( soundID <= -1 ) return; if ( map != null )