Started implementing Spectator Hand Rendering

This commit is contained in:
CrushedPixel
2015-05-25 14:18:25 +02:00
parent 2a833b5037
commit 2ecbef3641
7 changed files with 84 additions and 6 deletions

View File

@@ -300,6 +300,8 @@ public class GuiReplayCenter extends GuiScreen implements GuiYesNoCallback {
});
} else {
mc.displayGuiScreen(this);
elementSelected(currentList.selected);
initGui();
}
}
}