Added Disclaimer to Replay Editor indicating that bugs may occur

This commit is contained in:
CrushedPixel
2015-08-11 15:15:26 +02:00
parent 189aa18afb
commit 59592b938a
2 changed files with 3 additions and 1 deletions

View File

@@ -176,7 +176,7 @@ public class GuiReplayEditor extends GuiScreen {
i++;
}
drawCenteredString(fontRendererObj, I18n.format("replaymod.gui.replayeditor"), this.width / 2, 10, 16777215);
drawCenteredString(fontRendererObj, I18n.format("replaymod.gui.editor.disclaimer"), this.width / 2, 10, 16777215);
drawString(fontRendererObj, I18n.format("replaymod.gui.editor.replayfile"), 30, 67, Color.WHITE.getRGB());
replayDropdown.drawTextBox();