Automatically registers GuiReplaySaving Objects in constructor to avoid forgetting them
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user