This commit is contained in:
parent
ce54fe8635
commit
4b017be1c5
1 changed files with 1 additions and 1 deletions
|
|
@ -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 )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue