This commit is contained in:
asayre 2006-08-20 01:30:56 +00:00
parent ce54fe8635
commit 4b017be1c5

View file

@ -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 )