mirror of
https://github.com/AlmostReliable/almostunified.git
synced 2024-11-14 19:25:13 -05:00
fix recipe duplication error spam
This commit is contained in:
parent
00c6e0585b
commit
bc5d12155b
1 changed files with 0 additions and 5 deletions
|
@ -141,11 +141,6 @@ public class RecipeTransformer {
|
|||
return false;
|
||||
}
|
||||
|
||||
if (curRecipe.getDuplicateLink() != null) {
|
||||
AlmostUnified.LOG.error("Duplication already handled for recipe {}", curRecipe.getId());
|
||||
return false;
|
||||
}
|
||||
|
||||
JsonCompare.CompareSettings compareSettings = duplicationConfig.getCompareSettings(curRecipe.getType());
|
||||
boolean foundDuplicate = false;
|
||||
for (RecipeLink recipeLink : recipes) {
|
||||
|
|
Loading…
Reference in a new issue