We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39b5523 commit ee43ef8Copy full SHA for ee43ef8
bootstrap/spigot/src/main/java/org/geysermc/geyser/platform/spigot/GeyserSpigotPlugin.java
@@ -175,8 +175,9 @@ public void onGeyserInitialize() {
175
176
@Override
177
public void onEnable() {
178
- // Disabling the plugin in onLoad() is not supported; we need to manually stop here
+ // Disabling the plugin in onLoad() is not supported; we need to manually stop here and disable ourselves
179
if (geyser == null) {
180
+ Bukkit.getPluginManager().disablePlugin(this);
181
return;
182
}
183
0 commit comments