v3.1.0: fixed github updates not properly handling betas
This commit is contained in:
@@ -82,7 +82,7 @@ public class GitHubUpdates extends UpdateService {
|
|||||||
continue;
|
continue;
|
||||||
|
|
||||||
// or that are betas when we haven't opted in
|
// or that are betas when we haven't opted in
|
||||||
} else if (!includeBetas && !b.getBoolean("prerelease")){
|
} else if (!includeBetas && b.getBoolean("prerelease")){
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
// or that aren't compatible
|
// or that aren't compatible
|
||||||
|
|||||||
Reference in New Issue
Block a user