Exemple #1
0
 public void SendSound(PvPTeam t, int soundID)
 {
     if (Options.Sounds.Enabled && t != null && !t.Deleted && soundID > 0)
     {
         t.SendSound(soundID);
     }
 }