Skip to content

Commit

Permalink
Removed unused AbstractFlagListener#getWhy()
Browse files Browse the repository at this point in the history
  • Loading branch information
Poslovitch committed Nov 3, 2018
1 parent dcd8a4e commit 6108277
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ enum Why {

private BentoBox plugin = BentoBox.getInstance();
private User user = null;
private Why why;

/**
* @return the plugin
Expand Down Expand Up @@ -257,12 +256,4 @@ protected IslandsManager getIslands() {
protected IslandWorldManager getIWM() {
return plugin.getIWM();
}

/**
* Get why the flag was allowed or not allowed
* @return the why - reason
*/
public Why getWhy() {
return why;
}
}

0 comments on commit 6108277

Please sign in to comment.