Merge pull request #3350 from phyzical/bugfix/3348

Fix for install augmentation stale objects bug
This commit is contained in:
hydroflame
2022-04-11 20:05:46 -04:00
committed by GitHub
4 changed files with 5 additions and 5 deletions
-1
View File
@@ -491,7 +491,6 @@ export function GameRoot({ player, engine, terminal }: IProps): React.ReactEleme
}}
installAugmentationsFn={() => {
installAugmentations();
Router.toTerminal();
}}
/>
);