Fixed compile error

This commit is contained in:
Modmuss50 2015-11-11 15:28:20 +00:00
parent 47a466ef21
commit 6ab71cb612

View file

@ -60,7 +60,7 @@ public class GuiBlastFurnace extends GuiContainer {
if (containerBlastFurnace.heat == 0) {
GuiUtil.drawTooltipBox(k + 30, l + 50 + 12 - 0, 114, 10);
this.fontRendererObj.drawString(ModInfo.MISSING_MULTIBLOCK, k + 38, l + 52 + 12 - 0, -1);
this.fontRendererObj.drawString(StatCollector.translateToLocal("techreborn.message.missingmultiblock"), k + 38, l + 52 + 12 - 0, -1);
}
int j = 0;