v3.1.0: fixed github updates not properly handling betas

This commit is contained in:
Evan Debenham
2025-05-21 12:26:01 -04:00
parent 31e48bd73d
commit d35f2b0e9f

View File

@@ -82,7 +82,7 @@ public class GitHubUpdates extends UpdateService {
continue;
// or that are betas when we haven't opted in
} else if (!includeBetas && !b.getBoolean("prerelease")){
} else if (!includeBetas && b.getBoolean("prerelease")){
continue;
// or that aren't compatible