Fixed some item errors on drop

This commit is contained in:
Vlyan
2021-09-11 18:06:09 +02:00
parent 38e871a370
commit 25cba0a838
2 changed files with 2 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ export class ItemL5r5e extends Item {
* @returns {Collection<BaseItem>}
*/
get items() {
return this.data.data.items || null;
return this.data.data.items || new Map();
}
/**