Fix bogus warning message on markers component

This commit is contained in:
Mike Primm 2011-09-17 06:52:23 +08:00 committed by mikeprimm
parent 8524eecad5
commit 7d89fe094a
2 changed files with 7 additions and 2 deletions

View file

@ -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
*/