Update guiingame

This commit is contained in:
UnknownUser1789 2023-01-24 02:17:20 +00:00
parent f3269b4aec
commit 9b31307a91

View File

@ -544,6 +544,7 @@ public class GuiIngame extends Gui {
int l = parScaledResolution.getScaledWidth() - b0 + 2;
drawRect(k1 - 2, k, l, k + this.getFontRenderer().FONT_HEIGHT, 1342177280);
this.getFontRenderer().drawString(s1, k1, k, 0xFFFFFFFF);
if (W.scoreboard().numbers.getValue())
this.getFontRenderer().drawString(s2, l - this.getFontRenderer().getStringWidth(s2), k, 0xFFFFFFFF);
if (j == arraylist1.size()) {
String s3 = parScoreObjective.getDisplayName();