diff --git a/src/Augmentation/AugmentationHelpers.tsx b/src/Augmentation/AugmentationHelpers.tsx index 2959dfd78..8ed797b79 100644 --- a/src/Augmentation/AugmentationHelpers.tsx +++ b/src/Augmentation/AugmentationHelpers.tsx @@ -2583,7 +2583,6 @@ function installAugmentations(): boolean { augmentationList += aug.name + level + "
"; } Player.queuedAugmentations = []; - Router.clearHistory(); dialogBoxCreate( "You slowly drift to sleep as scientists put you under in order " + diff --git a/src/Prestige.ts b/src/Prestige.ts index 505f2c7df..127ba7d4c 100755 --- a/src/Prestige.ts +++ b/src/Prestige.ts @@ -161,6 +161,8 @@ export function prestigeAugmentation(): void { resetPidCounter(); ProgramsSeen.splice(0, ProgramsSeen.length); InvitationsSeen.splice(0, InvitationsSeen.length); + + Router.clearHistory(); } // Prestige by destroying Bit Node and gaining a Source File