This commit is contained in:
libraryaddict 2024-08-09 23:50:43 +12:00
parent cb84352e0f
commit da05197d0a

View File

@ -68,7 +68,7 @@ public class LDUpdatePacketEvents implements LDCommand {
try {
boolean outcome;
if (branch == UpdatesBranch.SAME_BUILDS) {
if (branch == UpdatesBranch.SNAPSHOTS) {
outcome = updater.doSnapshotUpdate();
} else if (branch == UpdatesBranch.RELEASES) {
outcome = updater.doReleaseUpdate(null);