Skip to content

Commit b3ee640

Browse files
committed
Update Version.java
1 parent 4ce6a1a commit b3ee640

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FCLCore/src/main/java/com/tungsten/fclcore/game/Version.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,8 +326,8 @@ protected Version resolve(VersionProvider provider, Set<String> resolvedSoFar) t
326326
}
327327

328328
if (patches == null) {
329-
// This is a version from external launcher.
330-
thisVersion = thisVersion.merge(this, true);
329+
// This is a version from external launcher. NO need to resolve the patches.
330+
return thisVersion;
331331
} else if (!patches.isEmpty()) {
332332
// Assume patches themselves do not have patches recursively.
333333
List<Version> sortedPatches = patches.stream()

0 commit comments

Comments
 (0)