PC-1396
This commit is contained in:
parent
affb2cb91f
commit
c82697a4e3
@ -409,6 +409,9 @@ public class NextBestGameManager implements Listener
|
||||
|
||||
private void handle(Player player)
|
||||
{
|
||||
if (getGame().IsAlive(player))
|
||||
return;
|
||||
|
||||
Party party = _partyManager.getPartyByPlayer(player);
|
||||
|
||||
if (party != null)
|
||||
|
Loading…
Reference in New Issue
Block a user