forked from public/foundryvtt-reve-de-dragon
Suppression références wfrp4e
This commit is contained in:
@ -13,7 +13,7 @@ export class RdDAudio {
|
||||
let audioData = context2file[context];
|
||||
if ( audioData ) {
|
||||
let audioPath = "systems/foundryvtt-reve-de-dragon/sounds/" + audioData.file;
|
||||
console.log(`wfrp4e | Playing Sound: ${audioPath}`)
|
||||
console.log(`foundryvtt-reve-de-dragon | Playing Sound: ${audioPath}`)
|
||||
AudioHelper.play({ src: audioPath }, audioData.isGlobal);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user