Skip to content

Commit

Permalink
fix potential error on hotload with glowentities
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyDev05 committed Aug 1, 2024
1 parent dba8ae7 commit e113874
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/volmit/adapt/Adapt.java
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ public void stop() {
services.values().forEach(AdaptService::onDisable);
sqlManager.closeConnection();
stopSim();
glowingEntities.disable();
protectorRegistry.unregisterAll();
services.clear();
}
Expand Down

0 comments on commit e113874

Please sign in to comment.