chore(llm): wire llmService destroy into GameLoop shutdown
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -248,6 +248,7 @@ export class GameLoop {
|
||||
this.saveManager.close();
|
||||
console.log(`Final save at tick ${this.tick}`);
|
||||
}
|
||||
this.llmService.destroy();
|
||||
}
|
||||
|
||||
private update(): void {
|
||||
|
||||
Reference in New Issue
Block a user