From 8f52d48f9eaba18d57ff4d199ca2808856eaea8d Mon Sep 17 00:00:00 2001 From: Dev Date: Fri, 15 Nov 2024 19:22:46 +0000 Subject: [PATCH] Added debug logging to `startLocalRaid()` --- project/src/services/LocationLifecycleService.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/project/src/services/LocationLifecycleService.ts b/project/src/services/LocationLifecycleService.ts index 6d31f765..93ee6250 100644 --- a/project/src/services/LocationLifecycleService.ts +++ b/project/src/services/LocationLifecycleService.ts @@ -97,6 +97,8 @@ export class LocationLifecycleService { /** Handle client/match/local/start */ public startLocalRaid(sessionId: string, request: IStartLocalRaidRequestData): IStartLocalRaidResponseData { + this.logger.debug(`Starting: ${request.location}`); + const playerProfile = this.profileHelper.getPmcProfile(sessionId); const result: IStartLocalRaidResponseData = {