Skip to content

Commit

Permalink
Don't parse tags needlessly
Browse files Browse the repository at this point in the history
  • Loading branch information
Morphan1 committed Jul 18, 2015
1 parent 0f29faf commit 9978211
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -27,7 +27,9 @@ public class SidebarCommand extends AbstractCommand {

private enum Action {ADD, REMOVE, SET}

static {
@Override
public void onEnable() {
setParseArgs(false);
DenizenAPI.getCurrentInstance().getServer().getPluginManager()
.registerEvents(new SidebarEvents(), DenizenAPI.getCurrentInstance());
}
Expand Down

0 comments on commit 9978211

Please sign in to comment.