mirror of
https://github.com/refactorinqq/SLC-1.8.9.git
synced 2024-11-10 08:01:32 +01:00
Fix
This commit is contained in:
parent
5161ddf1ad
commit
1272e50db2
@ -140,7 +140,7 @@ public class GuiPlayerTabOverlayMixin {
|
||||
public GameProfile nametagIcon2(NetworkPlayerInfo instance) {
|
||||
GameProfile gameprofile = instance.getGameProfile();
|
||||
|
||||
if(this.mc.isIntegratedServerRunning() || this.mc.getNetHandler().getNetworkManager().getIsencrypted()) {
|
||||
if(Client.getInstance().getModInstances().getModByClass(TabMod.class).isEnabled() && Client.getInstance().getSettingsManager().getSettingByClass(TabMod.class, "Show Nametag Icons").getValBoolean() && this.mc.isIntegratedServerRunning() || this.mc.getNetHandler().getNetworkManager().getIsencrypted()) {
|
||||
boolean isSilent = false;
|
||||
EntityPlayer entityplayer = this.mc.theWorld.getPlayerEntityByUUID(gameprofile.getId());
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user