Skip to content

Commit

Permalink
Get rid of attack speed for now, for #1528
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Jan 16, 2017
1 parent 34aba5e commit 749d455
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 124 deletions.
1 change: 0 additions & 1 deletion plugin/src/main/java/net/aufdemrand/denizen/Denizen.java
Expand Up @@ -838,7 +838,6 @@ public void onEnable() {

// register core dItem properties
propertyParser.registerProperty(ItemApple.class, dItem.class);
propertyParser.registerProperty(ItemAttackSpeed.class, dItem.class);
propertyParser.registerProperty(ItemBaseColor.class, dItem.class);
propertyParser.registerProperty(ItemBook.class, dItem.class);
propertyParser.registerProperty(ItemDisplayname.class, dItem.class);
Expand Down

This file was deleted.

0 comments on commit 749d455

Please sign in to comment.