mirror of
https://github.com/libraryaddict/LibsDisguises.git
synced 2025-02-09 00:31:37 +01:00
Fix typo
This commit is contained in:
parent
cb84352e0f
commit
da05197d0a
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user