This commit is contained in:
@@ -691,7 +691,7 @@ public class Controller {
|
||||
|
||||
void playSound(String name){
|
||||
try{
|
||||
Audio.playFile(new File(Context.getInstance().getSetup().expandPath("{home}/sounds/" + name + ".wav")));
|
||||
Audio.playFile(new File(Context.getInstance().getSetup().expandPath("{home}/sounds/" + name + ".wav")), false);
|
||||
} catch (Exception ex){
|
||||
Logger.getLogger(Controller.class.getName()).log(Level.FINE, null, ex);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user