SobranDM / foundryvtt-wwn

GNU General Public License v3.0
12 stars 18 forks source link

Actor#createEmbeddedDocuments does not return anything #88

Open Haxxer opened 3 weeks ago

Haxxer commented 3 weeks ago

This is due to this line:

https://github.com/SobranDM/foundryvtt-wwn/blob/master/module/actor/entity.js#L63

This should probably return super.createEmbeddedDocuments(embeddedName, data, context); - this is something that is very common in the systems that my modules support, and WWN is the outlier.

SobranDM commented 3 weeks ago

Appreciate the heads up! That might explain another weird behavior I've been seeing actually.