Remove bogus warning message

This commit is contained in:
Mike Primm 2011-09-19 20:13:43 +08:00 committed by mikeprimm
parent 886248e115
commit 25bf6806be

View File

@ -23,7 +23,6 @@ public class MarkersComponent extends ClientComponent {
public MarkersComponent(DynmapPlugin plugin, ConfigurationNode configuration) {
super(plugin, configuration);
/* Register API with plugin, if needed */
api = (MarkerAPIImpl)plugin.getMarkerAPI();
if(plugin.markerAPIInitialized()) {
api = (MarkerAPIImpl)plugin.getMarkerAPI();
}