Fixed return type of getBSkyBlock()

This commit is contained in:
Tastybento 2017-12-29 11:02:38 -08:00
parent 4289a24c56
commit 1f57e1eb0b

View File

@ -36,7 +36,7 @@ public abstract class Addon implements AddonInterface {
this.enabled = false;
}
public JavaPlugin getBSkyBlock(){
public BSkyBlock getBSkyBlock(){
return BSkyBlock.getInstance();
}