why are there soaces here ? (#5716)

good question
This commit is contained in:
buthed010203
2021-08-07 21:24:03 -04:00
committed by GitHub
parent 99b3420423
commit e40ab50e10

View File

@@ -1074,7 +1074,7 @@ abstract class BuildingComp implements Posc, Teamc, Healthc, Buildingc, Timerc,
public String getDisplayName(){
//derelict team icon currently doesn't display
return team == Team.derelict ?
return team == Team.derelict ?
block.localizedName + "\n" + Core.bundle.get("block.derelict") :
block.localizedName + (team == player.team() || team.emoji.isEmpty() ? "" : " " + team.emoji);
}