Fix bogus warning message on markers component
This commit is contained in:
parent
8524eecad5
commit
7d89fe094a
2 changed files with 7 additions and 2 deletions
|
|
@ -1254,7 +1254,9 @@ public class DynmapPlugin extends JavaPlugin {
|
|||
}
|
||||
return markerapi;
|
||||
}
|
||||
|
||||
public boolean markerAPIInitialized() {
|
||||
return (markerapi != null);
|
||||
}
|
||||
/**
|
||||
* Register markers API - used by component to supply marker API to plugin
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue