diff --git a/server/src/game/GameLoop.ts b/server/src/game/GameLoop.ts index 8306193..0f19bf5 100644 --- a/server/src/game/GameLoop.ts +++ b/server/src/game/GameLoop.ts @@ -248,6 +248,7 @@ export class GameLoop { this.saveManager.close(); console.log(`Final save at tick ${this.tick}`); } + this.llmService.destroy(); } private update(): void {