mirror of
https://github.com/libraryaddict/LibsDisguises.git
synced 2025-02-15 01:31:28 +01:00
Fix typo
This commit is contained in:
parent
cb84352e0f
commit
da05197d0a
@ -68,7 +68,7 @@ public class LDUpdatePacketEvents implements LDCommand {
|
|||||||
try {
|
try {
|
||||||
boolean outcome;
|
boolean outcome;
|
||||||
|
|
||||||
if (branch == UpdatesBranch.SAME_BUILDS) {
|
if (branch == UpdatesBranch.SNAPSHOTS) {
|
||||||
outcome = updater.doSnapshotUpdate();
|
outcome = updater.doSnapshotUpdate();
|
||||||
} else if (branch == UpdatesBranch.RELEASES) {
|
} else if (branch == UpdatesBranch.RELEASES) {
|
||||||
outcome = updater.doReleaseUpdate(null);
|
outcome = updater.doReleaseUpdate(null);
|
||||||
|
Loading…
Reference in New Issue
Block a user