Another commit to fix underlining in GuiReplayInstanceChooser... I'm so sorry Johni :(

This commit is contained in:
CrushedPixel
2015-07-16 17:37:20 +02:00
parent 531319a4d1
commit 86bd646b35

View File

@@ -42,7 +42,7 @@ public class GuiReplayInstanceChooser extends GuiScreen {
public GuiReplayInstanceChooser(final FileInfo fileInfo, File downloadedFile) {
int id = fileInfo.getId();
this.MESSAGE = ChatFormatting.UNDERLINE+I18n.format("replaymod.gui.viewer.chooser.message", fileInfo.getName())+ChatFormatting.RESET;
this.MESSAGE = I18n.format("replaymod.gui.viewer.chooser.message", ChatFormatting.UNDERLINE+fileInfo.getName()+ChatFormatting.RESET);
//gather all applicable replay files
try {