Added information about online files (favorites, author etc.) to GuiReplayListEntry

This commit is contained in:
CrushedPixel
2015-06-04 16:14:03 +02:00
parent 9c01db6fe1
commit d15011eff6
5 changed files with 66 additions and 25 deletions

View File

@@ -354,7 +354,7 @@ public class GuiReplayCenter extends GuiScreen implements GuiYesNoCallback {
private void updateCurrentList(Pagination pagination) {
elementSelected(-1);
currentList = new ReplayFileList(mc, width, height, 50, height - 60, 36, this);
currentList = new ReplayFileList(mc, width, height, 50, height - 60, this);
loadingListEntry = new GuiLoadingListEntry(currentList);
currentList.addEntry(loadingListEntry);