mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-01-15 12:41:26 +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 BentoBox plugin = BentoBox.getInstance();
|
||||||
private User user = null;
|
private User user = null;
|
||||||
private Why why;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return the plugin
|
* @return the plugin
|
||||||
@ -257,12 +256,4 @@ public abstract class AbstractFlagListener implements Listener {
|
|||||||
protected IslandWorldManager getIWM() {
|
protected IslandWorldManager getIWM() {
|
||||||
return plugin.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