Get recording and replay working

This commit is contained in:
Jonas Herzig
2019-03-10 12:53:03 +01:00
parent 8705bbad9a
commit f8fc3462e8
22 changed files with 538 additions and 331 deletions

View File

@@ -172,7 +172,7 @@ public class ReplayModReplay implements Module {
});
Minecraft mc = core.getMinecraft();
// FIXME mc.timer = new InputReplayTimer(mc.timer, this);
mc.timer = new InputReplayTimer(mc.timer, this);
new GuiHandler(this).register();
}