0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-12 15:50:42 -05:00

Log when player begins transit to new map

This commit is contained in:
Dev 2024-11-22 18:46:57 +00:00
parent 269174fc6d
commit 898582fff9

View File

@ -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;