Skip to content

Commit

Permalink
Convert attributes to registeredTags in dWorld.
Browse files Browse the repository at this point in the history
  • Loading branch information
Talamar1 committed Jul 26, 2015
1 parent 1a38413 commit 397aa61
Show file tree
Hide file tree
Showing 2 changed files with 332 additions and 197 deletions.
1 change: 1 addition & 0 deletions src/main/java/net/aufdemrand/denizen/Denizen.java
Expand Up @@ -725,6 +725,7 @@ public void onEnable() {
ObjectFetcher.registerWithObjectFetcher(dPlugin.class); // pl@
dPlugin.registerTags(); // TODO: Automate this once all classes have tag registries
ObjectFetcher.registerWithObjectFetcher(dWorld.class); // w@
dWorld.registerTags(); // TODO: Automate this once all classes have tag registries


// Register Core dObjects with the ObjectFetcher
Expand Down

0 comments on commit 397aa61

Please sign in to comment.