Skip to content

Commit

Permalink
Log when player begins transit to new map
Browse files Browse the repository at this point in the history
  • Loading branch information
Dev committed Nov 22, 2024
1 parent 269174f commit 898582f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions project/src/services/LocationLifecycleService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ export class LocationLifecycleService {
.getLatestValue(ContextVariableType.TRANSIT_INFO)
?.getValue<ILocationTransit>();
if (transitionData) {
this.logger.success(`Player: ${sessionId} is in transit to ${request.location}`);
result.transition.isLocationTransition = true;
result.transition.transitionRaidId = transitionData.transitionRaidId;
result.transition.transitionCount += 1;
Expand Down

0 comments on commit 898582f

Please sign in to comment.