@@ -11,6 +11,7 @@ setup.navigationOverride = (destinationPassageName:string)=>{
!requestedLocation.tags.includesAny(tagsWithEventsDisabled)
){
State.variables.eventReturnLocation = requestedLocation;
+ State.variables.location.locationIdentifier = requestedLocation;
return 'event';
}