Skip to content

Commit

Permalink
Fix wrong if-check
Browse files Browse the repository at this point in the history
  • Loading branch information
glowredman committed May 14, 2023
1 parent f8ab123 commit 9aaf9dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public static void initRecipes() {

initNasaWorkbenchCrafting();

if (!AmunRa.isNHCoreLoaded) {
if (AmunRa.isNHCoreLoaded) {
return;
}

Expand Down

0 comments on commit 9aaf9dd

Please sign in to comment.