We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f57e22b commit 2c0c4f7Copy full SHA for 2c0c4f7
1 file changed
common/src/main/java/org/localmc/tools/ftbqkeys/FTBQKeysMod.java
@@ -110,7 +110,7 @@ public static void init() {
110
111
112
for (int i1 = 0; i1 < chapter.images().toList().size(); i1++) {
113
- ChapterImage chapterImage = chapter.images().toList().get(i1);
+ //ChapterImage chapterImage = chapter.images().toList().get(i1);
114
List<String> hover = new ChapterImageMixin().getHovers();
115
116
if (!hover.isEmpty()) {
0 commit comments