Skip to content

Commit

Permalink
Remove failtags
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Aug 25, 2013
1 parent 683ee4e commit 7bcae2f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 21 deletions.
7 changes: 0 additions & 7 deletions src/main/java/net/aufdemrand/denizen/objects/dEntity.java
Expand Up @@ -776,13 +776,6 @@ public String getAttribute(Attribute attribute) {
return "null";
}

// <--[tag]
// @attribute <e@entity>
// @returns dEntity
// @description
// Returns the dEntity of the entity.
// -->

// <--[tag]
// @attribute <e@entity.get_vehicle>
// @returns dEntity
Expand Down
7 changes: 0 additions & 7 deletions src/main/java/net/aufdemrand/denizen/objects/dNPC.java
Expand Up @@ -263,13 +263,6 @@ public String getAttribute(Attribute attribute) {

if (attribute == null) return "null";

// <--[tag]
// @attribute <npc>
// @returns dNPC
// @description
// Returns the dNPC of the NPC.
// -->

// <--[tag]
// @attribute <npc.name.nickname>
// @returns Element
Expand Down
7 changes: 0 additions & 7 deletions src/main/java/net/aufdemrand/denizen/objects/dPlayer.java
Expand Up @@ -202,13 +202,6 @@ public String getAttribute(Attribute attribute) {
if (attribute == null) return "null";

if (player_name == null) return "null";

// <--[tag]
// @attribute <player>
// @returns dPlayer
// @description
// Returns the dPlayer of the player.
// -->

// <--[tag]
// @attribute <player.entity>
Expand Down

0 comments on commit 7bcae2f

Please sign in to comment.