Skip to content

Commit

Permalink
Fixed pregen memory leak.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vatuu committed Aug 3, 2022
1 parent dff373e commit d215169
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ private void shutdown() {
generator.close();
ticker.interrupt();
listener.onClose();
getMantle().trim(0);
}

private void visitRegion(int x, int z, boolean regions) {
Expand Down

0 comments on commit d215169

Please sign in to comment.