Added debug logging to startLocalRaid()
This commit is contained in:
parent
ef7ed5870a
commit
8f52d48f9e
@ -97,6 +97,8 @@ export class LocationLifecycleService {
|
|||||||
|
|
||||||
/** Handle client/match/local/start */
|
/** Handle client/match/local/start */
|
||||||
public startLocalRaid(sessionId: string, request: IStartLocalRaidRequestData): IStartLocalRaidResponseData {
|
public startLocalRaid(sessionId: string, request: IStartLocalRaidRequestData): IStartLocalRaidResponseData {
|
||||||
|
this.logger.debug(`Starting: ${request.location}`);
|
||||||
|
|
||||||
const playerProfile = this.profileHelper.getPmcProfile(sessionId);
|
const playerProfile = this.profileHelper.getPmcProfile(sessionId);
|
||||||
|
|
||||||
const result: IStartLocalRaidResponseData = {
|
const result: IStartLocalRaidResponseData = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user