forked from public/foundryvtt-reve-de-dragon
Fix return statement
This commit is contained in:
@ -52,7 +52,7 @@ export class RdDActor extends Actor {
|
||||
data.items.push(compItem);
|
||||
}
|
||||
|
||||
super.create(data, options);
|
||||
return super.create(data, options);
|
||||
}
|
||||
|
||||
/* -------------------------------------------- */
|
||||
|
Reference in New Issue
Block a user