Skip to content

Commit

Permalink
Change the thread name used by the NeoForge version checker (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lolothepro authored Jan 18, 2025
1 parent 17de0d5 commit a492749
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 a492749

Please sign in to comment.