Skip to content

Commit

Permalink
Safeguard against multiple Loom instances
Browse files Browse the repository at this point in the history
  • Loading branch information
Juuxel authored Apr 12, 2022
1 parent 3c0a3c1 commit 6e5a6a3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ public void apply(Project target) {

for (String loomId : LOOMS) {
target.getPluginManager().withPlugin(loomId, p -> {
if (applied) return;
String moduleClass;

if (isNewLoom()) {
Expand Down

0 comments on commit 6e5a6a3

Please sign in to comment.