fix: remove duplicate activity log messages after Spire exit
Build and Publish Mana Loop Docker Image / build-and-publish (push) Failing after 1m1s
Build and Publish Mana Loop Docker Image / build-and-publish (push) Failing after 1m1s
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user