Skip to content

Commit

Permalink
Fix bad metas.
Browse files Browse the repository at this point in the history
  • Loading branch information
aufdemrand committed Aug 25, 2013
1 parent cc80faa commit 9a99baf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/net/aufdemrand/denizen/objects/dList.java
Expand Up @@ -219,7 +219,7 @@ public String getAttribute(Attribute attribute) {
// <--[tag]
// @attribute <li@list.as_cslist>
// @returns Element
// @returns
// @description
// returns 'comma-separated' list of the contents of this dList.
// -->
if (attribute.startsWith("ascslist")
Expand Down
Expand Up @@ -959,7 +959,7 @@ else if (dEntity.matches(attribute.getContext(1))) {
}

// <--[tag]
// <location.block.x>
// @attribute <location.block.x>
// @returns Element(Number)
// @description
// Returns the X coordinate of the block.
Expand Down

0 comments on commit 9a99baf

Please sign in to comment.