mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-12-22 00:58:04 +01:00
Fixed return type of getBSkyBlock()
This commit is contained in:
parent
4289a24c56
commit
1f57e1eb0b
@ -36,7 +36,7 @@ public abstract class Addon implements AddonInterface {
|
||||
this.enabled = false;
|
||||
}
|
||||
|
||||
public JavaPlugin getBSkyBlock(){
|
||||
public BSkyBlock getBSkyBlock(){
|
||||
return BSkyBlock.getInstance();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user