This commit is contained in:
samczsun 2017-03-13 13:47:03 -04:00 committed by cnr
parent affb2cb91f
commit c82697a4e3

View File

@ -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)