What I'm trying to do:
The objective is to remove the floating nametag above a player. Whether or not the box remains there is fine, but I need to remove the nametag. This should be clientside only. It still needs to interact with a vanilla 1.5.1 server though.
What I've checked:
I've combed through EntityPlayer and RenderPlayer a couple times along with several other classes. I'm not sure of the behavior of the code in rendering the name, but I feel like there should be like 4 lines to comment out or change the display by showing an empty string.
Any knowledge/ideas in this is greatly appreciated. I know Java quite well, but interpreting all of this code and knowing exactly what will not affect other parts of the code is a little over my head. I've been working on this for hours just to identify what code is displaying the tag...