Skip to content

Commit

Permalink
fix: I don't even know anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
null2264 committed Mar 16, 2024
1 parent be325d6 commit 8ae549b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,9 @@ private int isPatchFOrNewer() {
} catch (java.util.NoSuchElementException exc) {
return 0;
}
//#else
return 0; // We don't support create integration for MC1.16.5
//#endif
//#endif
return 0;
}

@Override
Expand Down

0 comments on commit 8ae549b

Please sign in to comment.