mirror of
https://github.com/vegu-ai/talemate.git
synced 2025-09-02 02:19:12 +00:00
fix world state not updating on new initial scene load
This commit is contained in:
parent
b0db25d612
commit
5777611263
1 changed files with 1 additions and 0 deletions
|
@ -1989,6 +1989,7 @@ class Scene(Emitter):
|
|||
if init:
|
||||
await self._game_startup()
|
||||
await self.emit_history()
|
||||
await self.world_state.request_update(initial_only=True)
|
||||
|
||||
self.nodegraph_state = state = GraphState()
|
||||
state.data["continue_scene"] = True
|
||||
|
|
Loading…
Add table
Reference in a new issue