formatting xd

This commit is contained in:
Bella 2020-02-05 11:34:37 -05:00
parent d0e8c376ef
commit 9d9e36558d
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ public abstract class MixinGuiNewChat {
if (!CleanGUI.enabled() || (CleanGUI.enabled() && !CleanGUI.chatGlobal.getValue())) {
return fontRenderer.drawStringWithShadow(text, x, y, color);
}
return fontRenderer.drawString(text, (int) x, (int) y, color);
}