chore(llm): wire llmService destroy into GameLoop shutdown

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
root
2026-03-09 16:05:28 +00:00
parent f685625dec
commit 700dddc845
+1
View File
@@ -248,6 +248,7 @@ export class GameLoop {
this.saveManager.close();
console.log(`Final save at tick ${this.tick}`);
}
this.llmService.destroy();
}
private update(): void {