anti desc
This commit is contained in:
parent
dce1fb7899
commit
e949eb5599
|
@ -160,7 +160,7 @@ public class ClickGuiRewrite extends GuiScreen {
|
||||||
int i = fr.drawString(m.getName(), x+120, y+140+offset+scrollOffset, -1, false);
|
int i = fr.drawString(m.getName(), x+120, y+140+offset+scrollOffset, -1, false);
|
||||||
GlStateManager.popMatrix();
|
GlStateManager.popMatrix();
|
||||||
GlUtils.startScale(x+120+i / 2, y+120+offset+scrollOffset, 1.2f);
|
GlUtils.startScale(x+120+i / 2, y+120+offset+scrollOffset, 1.2f);
|
||||||
if (m.getDescription() != "No Description Set.") {
|
if (!m.getDescription().startsWith("No des")) {
|
||||||
fr.drawString(m.getDescription(), x+20+i, y+140+offset+scrollOffset, -1, false);
|
fr.drawString(m.getDescription(), x+20+i, y+140+offset+scrollOffset, -1, false);
|
||||||
}
|
}
|
||||||
GlStateManager.popMatrix();
|
GlStateManager.popMatrix();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user