Fix corp not moving

This commit is contained in:
Olivier Gagnon
2021-09-21 17:38:51 -04:00
parent 9a6b185141
commit 2a8b1c2116
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -41,6 +41,7 @@ export function SpecialLocation(props: IProps): React.ReactElement {
createPopup(popupId, CreateCorporationPopup, {
player: player,
popupId: popupId,
router: router,
});
}