This commit is contained in:
Anuken
2020-10-26 16:54:47 -04:00
parent 909da9de3c
commit 8d7f96bf00
4 changed files with 8 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ public class OverlayRenderer{
public void drawTop(){
if(!player.dead()){
if(!player.dead() && ui.hudfrag.shown){
if(Core.settings.getBool("playerindicators")){
for(Player player : Groups.player){
if(Vars.player != player && Vars.player.team() == player.team()){