Skip to content

Commit

Permalink
fix sentinel.guarding object handling
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Apr 14, 2020
1 parent a3d2910 commit bcc5bf3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -306,7 +306,7 @@ public String getAttribute(Attribute attribute) {
if (entity == null) {
return null;
}
return new EntityTag(entity).getAttribute(attribute.fulfill(1));
return new EntityTag(entity).getDenizenObject().getAttribute(attribute.fulfill(1));
}

// <--[tag]
Expand Down

0 comments on commit bcc5bf3

Please sign in to comment.