Added debug logging to startLocalRaid()

This commit is contained in:
Dev 2024-11-15 19:22:46 +00:00
parent ef7ed5870a
commit 8f52d48f9e

View File

@ -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 = {