Skip to content

Commit

Permalink
Remove unneeded check
Browse files Browse the repository at this point in the history
  • Loading branch information
The Judge committed Sep 23, 2024
1 parent ff5611e commit 0157f9d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/java/pojlib/util/json/MinecraftInstances.java
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,6 @@ private void removeModByType(List<ProjectInfo> oldMods, List<ProjectInfo> newMod
if(!oldMod.slug.equals(newMod.slug)) {
continue;
}
if(!oldMod.version.equals(newMod.version)) {
continue;
}
exists = true;
break;
}
Expand Down

0 comments on commit 0157f9d

Please sign in to comment.