Rewrite GuiReplayViewer

Move rename replay gui as popup into replay viewer
This commit is contained in:
johni0702
2015-10-12 22:07:31 +02:00
parent 03f37eda81
commit 593a518fab
7 changed files with 332 additions and 440 deletions

View File

@@ -92,7 +92,7 @@ public class GuiHandler {
if (event.gui instanceof GuiMainMenu) {
if (event.button.id == BUTTON_REPLAY_VIEWER) {
mc.displayGuiScreen(new GuiReplayViewer(mod));
new GuiReplayViewer(mod).display();
}
}