Skip to content

Commit 9643c4b

Browse files
committed
🐛 fix condition
1 parent d51e245 commit 9643c4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

forge/origin/src/main/java/io/github/kituin/chatimage/ChatImage.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public static class ClientModEvents {
8888
@SubscribeEvent
8989
public static void onClientSetup(FMLClientSetupEvent event) {
9090
LOGGER.info("[ChatImage]Client start");
91-
// IF >= forge-1.16 || < forge-1.19
91+
// IF >= forge-1.16 && < forge-1.19
9292
// KeyBindings.init();
9393
// LOGGER.info("KeyBindings Register");
9494
// END IF

0 commit comments

Comments
 (0)