Stubbed out handlePostRaidPlayerScav()
This commit is contained in:
parent
ad1d481069
commit
cfb1cb3e39
@ -427,6 +427,13 @@ export class MatchController
|
||||
const map = this.databaseService.getLocation(locationName).base;
|
||||
const isDead = this.isPlayerDead(request.results);
|
||||
|
||||
if (!isPmc)
|
||||
{
|
||||
this.handlePostRaidPlayerScav();
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
// Update inventory
|
||||
this.inRaidHelper.setInventory(sessionId, pmcProfile, postRaidProfile);
|
||||
|
||||
@ -509,6 +516,11 @@ export class MatchController
|
||||
}
|
||||
}
|
||||
|
||||
protected handlePostRaidPlayerScav(): void
|
||||
{
|
||||
// TODO
|
||||
}
|
||||
|
||||
/**
|
||||
* Handle singleplayer/traderServices/itemDelivery
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user