mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 09:50:43 -05:00
left
is now considered 'dead' on raid end
This commit is contained in:
parent
17486eba81
commit
5b9d3fb075
@ -481,7 +481,7 @@ export class MatchController
|
||||
*/
|
||||
protected isPlayerDead(results: IEndRaidResult): boolean
|
||||
{
|
||||
return ["killed", "missinginaction"].includes(results.result.toLowerCase());
|
||||
return ["killed", "missinginaction", "left"].includes(results.result.toLowerCase());
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user