Skip to content

Commit

Permalink
Merge pull request #5 from Ribesg/patch-1
Browse files Browse the repository at this point in the history
THANK YOU
  • Loading branch information
gdude2002 committed Mar 11, 2015
2 parents ddd58bd + 10023d9 commit 460f1ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ for ArchBlock, this may be the route you want to take.
public class MyPlugin extends JavaPlugin {
// ...

public Boolean hasArchBlock() {
public boolean hasArchBlock() {
return this.getServer().getPluginManager().isPluginEnabled("ArchBlock");
}
}
Expand Down Expand Up @@ -188,7 +188,7 @@ If your plugin requires ArchBlock to function, this may be the route for you.
}
}

public Boolean setupArchBlock() {
public boolean setupArchBlock() {
JavaPlugin p = this.getServer().getPluginManager().getPlugin("ArchBlock");

if (p instanceof Plugin) {
Expand Down

0 comments on commit 460f1ea

Please sign in to comment.