Minor bug-fix in the hopes it fixes a major bug for SG
This commit is contained in:
parent
6e30834565
commit
19cc6dc12b
@ -879,6 +879,8 @@ public class SurvivalGames extends SoloGame
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
_hiddenNames.remove(player);
|
||||||
|
|
||||||
team.setNameTagVisibility(TeamNameTagVisibility.NEVER);
|
team.setNameTagVisibility(TeamNameTagVisibility.NEVER);
|
||||||
team.addEntry(name);
|
team.addEntry(name);
|
||||||
|
|
||||||
@ -918,8 +920,6 @@ public class SurvivalGames extends SoloGame
|
|||||||
{
|
{
|
||||||
ex.printStackTrace();
|
ex.printStackTrace();
|
||||||
}
|
}
|
||||||
|
|
||||||
_hiddenNames.remove(player);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@EventHandler
|
@EventHandler
|
||||||
|
Loading…
Reference in New Issue
Block a user