This commit is contained in:
CDeenen
2020-12-12 19:17:34 +01:00
parent e62e82795b
commit 7c532f5155

View File

@@ -65,7 +65,6 @@ export class MacroControl{
if (macroId != undefined){
let macro = game.macros._source.find(p => p._id == macroId);
if (macro != undefined) {
console.log(macro);
name += macro.name;
src += macro.img;
}