Rename method from syncRuntimeNpcPresenceToCurrentClock to syncRuntimeNpcScheduleToCurrentClock

This commit is contained in:
2026-04-14 01:57:55 +02:00
parent 937bb64508
commit 335c53e6c9

View File

@@ -456,7 +456,7 @@ export class RuntimeHost {
this.runtimeScene = runtimeScene;
this.currentWorld = runtimeScene.world;
this.syncRuntimeClockState(runtimeScene.time);
this.syncRuntimeNpcPresenceToCurrentClock();
this.syncRuntimeNpcScheduleToCurrentClock();
this.activeController?.deactivate(this.controllerContext, {
releasePointerLock: !preservePointerLockDuringLoad
});