Update DynmapPlugin.java

This commit is contained in:
Thorinwasher 2023-07-10 11:45:27 +02:00
parent 87d8c73941
commit 2503dbfdbb

View file

@ -914,6 +914,7 @@ public class DynmapPlugin extends JavaPlugin implements DynmapAPI {
}
if (helper == null) {
Log.info("Dynmap is disabled (unsupported platform)");
this.setEnabled(false);
return;
}
PluginDescriptionFile pdfFile = this.getDescription();