Remove bogus warning message
This commit is contained in:
parent
886248e115
commit
25bf6806be
1 changed files with 0 additions and 1 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue