Skip to content

Commit

Permalink
Fix bot-breaking tag error
Browse files Browse the repository at this point in the history
  • Loading branch information
Morphan1 committed Aug 7, 2013
1 parent e06e71e commit 688c88b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/java/net/aufdemrand/denizen/objects/dList.java
Expand Up @@ -254,7 +254,7 @@ public String getAttribute(Attribute attribute) {
}

// <--
// <li@list.exclude[...|...] -> dList
// <li@list.exclude[...|...]> -> dList
// returns a new dList excluding the items specified.
// -->
if (attribute.startsWith("exclude")) {
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/net/aufdemrand/denizen/utilities/Utilities.java
Expand Up @@ -17,8 +17,6 @@
import net.aufdemrand.denizen.tags.TagManager;

import net.aufdemrand.denizen.utilities.debugging.dB;
import net.citizensnpcs.api.CitizensAPI;
import net.citizensnpcs.api.npc.NPC;
import org.bukkit.Bukkit;
import org.bukkit.Location;
import org.bukkit.Material;
Expand Down

0 comments on commit 688c88b

Please sign in to comment.