Fix Build
ModUpdater/pipeline/head This commit looks good Details

This commit is contained in:
TheBrokenRail 2020-06-23 22:29:29 -04:00
parent d3fb414c60
commit b91f7ee140
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ public class ModUpdateScreen extends Screen {
}
@Environment(EnvType.CLIENT)
private static class ModUpdateEntry extends ModUpdateListWidget.Entry<ModUpdateScreen.ModUpdateEntry> {
private static class ModUpdateEntry extends EntryListWidget.Entry<ModUpdateScreen.ModUpdateEntry> {
private final ModUpdate update;
private final ModUpdateScreen screen;
private final ModUpdateListWidget parent;