Remove bogus warning message
This commit is contained in:
parent
54fa36d267
commit
0693e71720
1 changed files with 0 additions and 1 deletions
|
|
@ -23,7 +23,6 @@ public class MarkersComponent extends ClientComponent {
|
||||||
public MarkersComponent(DynmapPlugin plugin, ConfigurationNode configuration) {
|
public MarkersComponent(DynmapPlugin plugin, ConfigurationNode configuration) {
|
||||||
super(plugin, configuration);
|
super(plugin, configuration);
|
||||||
/* Register API with plugin, if needed */
|
/* Register API with plugin, if needed */
|
||||||
api = (MarkerAPIImpl)plugin.getMarkerAPI();
|
|
||||||
if(plugin.markerAPIInitialized()) {
|
if(plugin.markerAPIInitialized()) {
|
||||||
api = (MarkerAPIImpl)plugin.getMarkerAPI();
|
api = (MarkerAPIImpl)plugin.getMarkerAPI();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue