mirror of
https://github.com/refactorinqq/SLC-1.8.9.git
synced 2024-11-10 08:41:31 +01:00
Update GuiPlayerTabOverlayMixin.java
This commit is contained in:
parent
722237c0ab
commit
0202460601
@ -230,7 +230,7 @@ public abstract class GuiPlayerTabOverlayMixin {
|
|||||||
|
|
||||||
if (scoreObjectiveIn != null && networkplayerinfo1.getGameType() != WorldSettings.GameType.SPECTATOR)
|
if (scoreObjectiveIn != null && networkplayerinfo1.getGameType() != WorldSettings.GameType.SPECTATOR)
|
||||||
{
|
{
|
||||||
int k5 = j2 + i + 1;
|
int k5 = (j2 - (isSilent && Client.getInstance().getModInstances().getModByClass(TabMod.class).isEnabled() && Client.getInstance().getSettingsManager().getSettingByClass(TabMod.class, "Show Nametag Icons").getValBoolean() ? 9 : 0)) + i + 1;
|
||||||
int l5 = k5 + l;
|
int l5 = k5 + l;
|
||||||
|
|
||||||
if (l5 - k5 > 5)
|
if (l5 - k5 > 5)
|
||||||
|
Loading…
Reference in New Issue
Block a user