Minor bug-fix in the hopes it fixes a major bug for SG

This commit is contained in:
libraryaddict 2015-03-20 17:51:03 +13:00
parent 6e30834565
commit 19cc6dc12b

View File

@ -879,6 +879,8 @@ public class SurvivalGames extends SoloGame
}
}
_hiddenNames.remove(player);
team.setNameTagVisibility(TeamNameTagVisibility.NEVER);
team.addEntry(name);
@ -918,8 +920,6 @@ public class SurvivalGames extends SoloGame
{
ex.printStackTrace();
}
_hiddenNames.remove(player);
}
@EventHandler