Started adding support for downloading online files
This commit is contained in:
@@ -82,6 +82,10 @@ public abstract class GuiReplayListExtended extends GuiListExtended {
|
||||
return entries.get(index);
|
||||
}
|
||||
|
||||
public List<GuiReplayListEntry> getEntries() {
|
||||
return entries;
|
||||
}
|
||||
|
||||
@Override
|
||||
protected int getSize() {
|
||||
return entries.size();
|
||||
|
||||
Reference in New Issue
Block a user