Skip to content

Commit

Permalink
Backport #238 to 1.21.1 (#242)
Browse files Browse the repository at this point in the history
Co-authored-by: Lolothepro <[email protected]>
  • Loading branch information
neoforged-automation[bot] and Lolothepro authored Jan 23, 2025
1 parent fb73791 commit 2af143c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loader/src/main/java/net/neoforged/fml/VersionChecker.java
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public boolean isAnimated() {
public record CheckResult(VersionChecker.Status status, ComparableVersion target, Map<ComparableVersion, String> changes, String url) {}

public static void startVersionCheck() {
new Thread("Forge Version Check") {
new Thread("NeoForge Version Check") {
private HttpClient client;

@Override
Expand Down

0 comments on commit 2af143c

Please sign in to comment.