Automatically registers GuiReplaySaving Objects in constructor to avoid forgetting them

This commit is contained in:
CrushedPixel
2015-06-01 15:16:59 +02:00
parent 6ea9273e38
commit e04496f74d
2 changed files with 2 additions and 1 deletions

View File

@@ -29,7 +29,6 @@ public class ReplayFileAppender extends Thread {
@Override
public void run() {
final GuiReplaySaving savingScreen = new GuiReplaySaving(null);
addFinishListener(savingScreen);
Minecraft.getMinecraft().displayGuiScreen(savingScreen);
}