mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-02 16:49:56 +01:00
Remove bogus warning message
This commit is contained in:
parent
886248e115
commit
25bf6806be
@ -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…
Reference in New Issue
Block a user