Save modifications of downloaded replays to separate file

This commit is contained in:
johni0702
2015-11-14 17:48:24 +01:00
parent 48fb3e6f82
commit 393a08e2da
8 changed files with 126 additions and 171 deletions

View File

@@ -58,7 +58,7 @@ public class GuiReplayDownloading extends AbstractGuiScreen<GuiReplayDownloading
@Override
public void run() {
try {
mod.getReplayModule().startReplay(replayFile);
mod.startReplay(replayId, null, null);
} catch (IOException e) {
e.printStackTrace();
}