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 2ea08c0 commit ba63193Copy full SHA for ba63193
src/main/java/de/bluecolored/bluemap/api/BlueMapAPI.java
@@ -224,7 +224,7 @@ protected static boolean unregisterInstance(BlueMapAPI instance) throws Exceptio
224
synchronized (BlueMapAPI.class) {
225
if (BlueMapAPI.instance != instance) return false;
226
BlueMapAPI.instance = null;
227
- consumersToCall = List.copyOf(onEnableConsumers);
+ consumersToCall = List.copyOf(onDisableConsumers);
228
}
229
230
return callConsumers(instance, consumersToCall);
0 commit comments