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 dba8ae7 commit e113874Copy full SHA for e113874
src/main/java/com/volmit/adapt/Adapt.java
@@ -177,6 +177,7 @@ public void stop() {
177
services.values().forEach(AdaptService::onDisable);
178
sqlManager.closeConnection();
179
stopSim();
180
+ glowingEntities.disable();
181
protectorRegistry.unregisterAll();
182
services.clear();
183
}
0 commit comments