auto-git:

[change] src/runtime-three/runtime-host.ts
This commit is contained in:
2026-04-25 03:05:48 +02:00
parent c6a79687cf
commit c9e181419b

View File

@@ -4705,7 +4705,7 @@ export class RuntimeHost {
}
if (
dialogue === null ||
dialogue !== null &&
this.activeDialogueAttentionState?.npcEntityId !== dialogue.npcEntityId
) {
this.activeDialogueAttentionState = null;