Skip to content

Commit

Permalink
Fix meta typo
Browse files Browse the repository at this point in the history
How does this get unnoticed for so long
  • Loading branch information
mcmonkey4eva committed Nov 30, 2014
1 parent fd71ee2 commit a84c316
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/net/aufdemrand/denizen/objects/dWorld.java
Expand Up @@ -543,6 +543,7 @@ public String getAttribute(Attribute attribute) {
// @returns Element(Boolean)
// @description
// Returns whether it is currently thundering in this world.
// -->
if (attribute.startsWith("thundering"))
return new Element(getWorld().isThundering())
.getAttribute(attribute.fulfill(1));
Expand Down

0 comments on commit a84c316

Please sign in to comment.