v1.1.1
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user