diff --git a/web/src/pages/[gameId]/travel.tsx b/web/src/pages/[gameId]/travel.tsx index 57c759802..39f4b3e1a 100644 --- a/web/src/pages/[gameId]/travel.tsx +++ b/web/src/pages/[gameId]/travel.tsx @@ -41,6 +41,7 @@ export default function Travel() { if (playerEntity && !isSubmitting) { const location = getLocationById(playerEntity.locationId); setCurrentLocationId(location.id); + setTargetId(location.id); } }, [playerEntity, isSubmitting]);