Skip to content

Commit

Permalink
fix: Surely this works
Browse files Browse the repository at this point in the history
  • Loading branch information
null2264 committed Mar 16, 2024
1 parent 8ae549b commit 147df0d
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,11 @@ private int isPatchFOrNewer() {
} catch (java.util.NoSuchElementException exc) {
return 0;
}
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 147df0d

Please sign in to comment.