Skip to content

Commit

Permalink
Merge pull request #15 from GTNewHorizons/fix/rename
Browse files Browse the repository at this point in the history
Display dual interface custom name
  • Loading branch information
Dream-Master authored Sep 8, 2022
2 parents b51f786 + bdf3ab1 commit 1d4acb8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public void drawFG( final int offsetX, final int offsetY, final int mouseX, fina
this.interfaceMode.setState( ( (ContainerInterface) this.cvb ).getInterfaceTerminalMode() == YesNo.YES );
}

this.fontRendererObj.drawString( StatCollector.translateToLocal(NameConst.GUI_FLUID_INTERFACE), 8, 6, 4210752 );
this.fontRendererObj.drawString( getGuiDisplayName(StatCollector.translateToLocal(NameConst.GUI_FLUID_INTERFACE)), 8, 6, 4210752 );
}

@Override
Expand Down

0 comments on commit 1d4acb8

Please sign in to comment.