Skip to content

Commit

Permalink
Removed text from both GUIs
Browse files Browse the repository at this point in the history
Closes (or attempts to close) Issue #13
  • Loading branch information
Darkona committed Dec 16, 2014
1 parent b7d7df5 commit 956f395
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ protected void drawGuiContainerBackgroundLayer(float f, int mouseX, int mouseY)
protected void drawGuiContainerForegroundLayer(int mouseX, int mouseY)
{

this.fontRendererObj.drawString("Crafting Bench", 92, 7, 4210752);
// this.fontRendererObj.drawString("Crafting Bench", 92, 7, 4210752);
GuiCraftAdvBackpack.tankLeft.draw(this, inventory.getLeftTank().getFluid());
GuiCraftAdvBackpack.tankRight.draw(this, inventory.getRightTank().getFluid());
if (tankLeft.inTank(this, mouseX, mouseY))
Expand Down

0 comments on commit 956f395

Please sign in to comment.