Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
IcarussOne committed May 27, 2024
1 parent 98641ea commit dbeef3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ public static void init() {
}

public static void postInit() {
if (Loader.isModLoaded("thaumicaugmentation") && CRConfig.general_settings.TA_Integration) TAIntegration.postInit();
if (Loader.isModLoaded("thaumicaugmentation") && CRConfig.general_settings.TA_INTEGRATION) TAIntegration.postInit();
}
}

0 comments on commit dbeef3a

Please sign in to comment.