Fix ethylisme

This commit is contained in:
2020-12-18 23:35:53 +01:00
parent 85724e8f14
commit ef2cb49542
6 changed files with 22 additions and 3 deletions

View File

@ -19,7 +19,7 @@ export class RdDRollDialogEthylisme extends Dialog {
let dialogOptions = { classes: ["rdddialog"], width: 400, height: 400, 'z-index': 99999 }
super(dialogConf, dialogOptions)
console.log("ETH", rollData);
//console.log("ETH", rollData);
this.rollData = rollData;
this.actor = actor;
}