mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-12-28 03:57:39 +01:00
Removed unused AbstractFlagListener#getWhy()
This commit is contained in:
parent
dcd8a4ea28
commit
6108277b3c
@ -50,7 +50,6 @@ public abstract class AbstractFlagListener implements Listener {
|
||||
|
||||
private BentoBox plugin = BentoBox.getInstance();
|
||||
private User user = null;
|
||||
private Why why;
|
||||
|
||||
/**
|
||||
* @return the plugin
|
||||
@ -257,12 +256,4 @@ public abstract class AbstractFlagListener implements Listener {
|
||||
protected IslandWorldManager getIWM() {
|
||||
return plugin.getIWM();
|
||||
}
|
||||
|
||||
/**
|
||||
* Get why the flag was allowed or not allowed
|
||||
* @return the why - reason
|
||||
*/
|
||||
public Why getWhy() {
|
||||
return why;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user