Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
why
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenny-Hui committed Dec 31, 2023
1 parent e3f2079 commit 3328d0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ public void onInitializeClient() {
return 1;
}))
);
);

#if MC_VERSION >= "11900"
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public static void onRegisterClientCommands(RegisterClientCommandsEvent event) {
});
return 1;
}))
);
));
}
#endif
}
Expand Down

0 comments on commit 3328d0c

Please sign in to comment.