Skip to content

Commit e113874

Browse files
committed
fix potential error on hotload with glowentities
1 parent dba8ae7 commit e113874

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/volmit/adapt/Adapt.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ public void stop() {
177177
services.values().forEach(AdaptService::onDisable);
178178
sqlManager.closeConnection();
179179
stopSim();
180+
glowingEntities.disable();
180181
protectorRegistry.unregisterAll();
181182
services.clear();
182183
}

0 commit comments

Comments
 (0)