Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.

Commit 2c0c4f7

Browse files
committed
clean
1 parent f57e22b commit 2c0c4f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

common/src/main/java/org/localmc/tools/ftbqkeys/FTBQKeysMod.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public static void init() {
110110

111111

112112
for (int i1 = 0; i1 < chapter.images().toList().size(); i1++) {
113-
ChapterImage chapterImage = chapter.images().toList().get(i1);
113+
//ChapterImage chapterImage = chapter.images().toList().get(i1);
114114
List<String> hover = new ChapterImageMixin().getHovers();
115115

116116
if (!hover.isEmpty()) {

0 commit comments

Comments
 (0)