fix: remove duplicate activity log messages after Spire exit
Build and Publish Mana Loop Docker Image / build-and-publish (push) Failing after 1m1s

This commit is contained in:
2026-06-11 12:10:35 +02:00
parent 1dce061cdd
commit b15dde26b3
4 changed files with 2 additions and 5 deletions
@@ -237,8 +237,6 @@ export function onEnterRoomDescend(get: GetFn, set: SetFn): void {
}
}
} else {
get().addActivityLog('floor_transition',
`Floor ${s.currentFloor} Room ${s.currentRoomIndex + 1} is clear — moving on`);
advanceRoomOrFloor(get, set);
}
}