Skip to content

Commit

Permalink
Fixed directory get
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyEdmonds committed Jan 28, 2025
1 parent d76ecff commit 89deb5f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions AuraRingDirectory.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,10 @@ export class AuraRingDirectory extends HandlebarsApplicationMixin(ApplicationV2)
'name',
);

if (auraRing === false) {
return false;
}

auraRing = foundry.utils.deepClone(auraRing);
auraRing.id = null;

Expand Down

0 comments on commit 89deb5f

Please sign in to comment.